We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34903fa commit ac68b31Copy full SHA for ac68b31
.github/workflows/publish.yml
@@ -2,7 +2,8 @@ name: Publish
2
3
on:
4
push:
5
- branches: [ 2.x ]
+ tags:
6
+ - '2.*'
7
pull_request:
8
branches: [ 2.x ]
9
0 commit comments