flutter-ci.yml 394 B

12345678910111213141516171819202122232425
  1. name: Full Flutter CI
  2. on:
  3. workflow_dispatch:
  4. pull_request:
  5. paths-ignore:
  6. - "docs/**"
  7. - "README.md"
  8. push:
  9. branches:
  10. - master
  11. paths-ignore:
  12. - ".github/**"
  13. - "docs/**"
  14. - "README.md"
  15. - "res/**"
  16. - "appimage/**"
  17. - "flatpak/**"
  18. jobs:
  19. run-ci:
  20. uses: ./.github/workflows/flutter-build.yml
  21. with:
  22. upload-artifact: false