Commit 00236e8
authored
Run release procedure on tag pushes (#425)
Running CI actions on tags requires tags to be explicitly listed per the
documentation in
https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#example-including-branches-and-tags
Also update the logic to make sure we run on tags, not just on the main
branch pushes.1 parent f4f4774 commit 00236e8
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
78 | 80 | | |
79 | 81 | | |
80 | 82 | | |
81 | | - | |
| 83 | + | |
82 | 84 | | |
83 | 85 | | |
84 | 86 | | |
| |||
0 commit comments