| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Extend workflow triggers to run tests on pushes to main and master as well as version tags. Update python-package.yml to include branches (main, master) for push events and testing-ci.yml to include the same branches and tag pushes; also restrict PR validation to PRs targeting main/master. This ensures CI runs for mainline development, PRs, and releases.
There was a problem hiding this comment.
great, looks in agreement with other packages in the DLC ecosystem!
Sorry, something went wrong.
Include the manual dispatch trigger, in case we'd ever want to run the CI manually Co-authored-by: Jaap de Ruyter van Steveninck <32810691+deruyter92@users.noreply.github.com>
| Back | FazBrowse Home | New Git URL |
Extend workflow triggers to run tests on pushes to main and master as well as version tags.
Update python-package.yml to include branches (main, master) for push events and testing-ci.yml to include the same branches and tag pushes; also restrict PR validation to PRs targeting main/master.
This ensures CI runs for mainline development, PRs, and releases.