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 910c0c7 commit bea99d7Copy full SHA for bea99d7
.github/workflows/deploy.yaml
@@ -31,6 +31,8 @@ jobs:
31
path: './dist'
32
33
deploy:
34
+ if: github.ref == 'refs/heads/master'
35
+
36
needs: build
37
38
permissions:
0 commit comments