Commit e9c555a
committed
Trigger CI only on PR branch commits
Why these changes are being introduced:
Formerly, CI was running time a commit was pushed to Github,
for any branch, regardless of an associated PR.
How this addresses that need:
An update to `.github/workflows/ci.yml` makes it so CI is
only run when a PR is opened and/or a commit is pushed to
a branch with an open PR.
Side effects of this change:
* CI will not run for pushes to a branch without an open
PR.
Relevant ticket(s):
* None1 parent 49b63e7 commit e9c555a
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
3 | 6 | | |
4 | 7 | | |
5 | 8 | | |
| |||
0 commit comments