Commit dd07c8b
committed
🐛 Template: only run CI for push to
In the current event trigger configuration for `ci.yml`, each CI job would run twice
(once for the `push` trigger, once for the `pull_request` one). Here we restrict the
`push` trigger to only run for the `main` branch.main
1 parent 7da8114 commit dd07c8b
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
4 | 8 | | |
5 | 9 | | |
6 | 10 | | |
| |||
0 commit comments