Commit 98cf0d9
authored
ci: Update workflows to run on PRs and pushes to release branches (#1163)
This updates the actions to run on `release/` branches for PRs and
pushes.
I believe this will need to be cherry-picked back to the release
branches
The double star for the wildcard is from the GitHub docs
[here](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#using-filters).
Single star works as well, but would not run on
`release/v0.19/something` if that ever occurred.1 parent ac6a514 commit 98cf0d9
2 files changed
Lines changed: 12 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
10 | 14 | | |
11 | 15 | | |
12 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
10 | 14 | | |
11 | 15 | | |
12 | 16 | | |
| |||
0 commit comments