Commit 0d8507b
Trigger CI on main/master pushes and tags (#62)
* Trigger CI on main/master pushes and tags
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.
* Update .github/workflows/python-package.yml
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>
---------
Co-authored-by: Jaap de Ruyter van Steveninck <32810691+deruyter92@users.noreply.github.com>1 parent bbd735b commit 0d8507b
2 files changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
12 | 17 | | |
13 | 18 | | |
14 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
4 | 10 | | |
| 11 | + | |
5 | 12 | | |
6 | 13 | | |
7 | 14 | | |
| |||
0 commit comments