Commit e2f28f2
ci: restrict push trigger to master branch to prevent duplicate CI runs
This updates `.github/workflows/ci.yml` so that the `push` event only triggers for the `master` branch. This avoids running the workflow twice (once for `push`, once for `pull_request`) when commits are pushed to open pull requests.
Co-authored-by: hrj <345879+hrj@users.noreply.github.com>1 parent af9182f commit e2f28f2
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
0 commit comments