We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c6e692 commit 1029b58Copy full SHA for 1029b58
1 file changed
.github/workflows/ci.yml
@@ -2,6 +2,11 @@ name: CI
2
3
on:
4
push:
5
+ tags:
6
+ - 'v[0-9]*.[0-9]*.[0-9]*'
7
+ - 'v[0-9]*.[0-9]*.[0-9]*a[0-9]*'
8
+ - 'v[0-9]*.[0-9]*.[0-9]*b[0-9]*'
9
+ - 'v[0-9]*.[0-9]*.[0-9]*rc[0-9]*'
10
branches:
11
- main
12
pull_request:
0 commit comments