We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1848d4 commit d534ab8Copy full SHA for d534ab8
.github/workflows/publish.yaml
@@ -2,8 +2,8 @@ name: Publish
2
3
on:
4
push:
5
- tags:
6
- - '*'
+ branches:
+ - master
7
8
jobs:
9
cache-and-install:
0 commit comments