We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f21310f commit 25b9686Copy full SHA for 25b9686
.github/workflows/snapshot.yaml
@@ -2,8 +2,8 @@ name: Snapshot
2
3
on:
4
push:
5
- branches:
6
- - master
+ tags:
+ - v*
7
8
permissions:
9
contents: write
0 commit comments