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 2af0fc9 commit fcb9ab8Copy full SHA for fcb9ab8
1 file changed
.github/workflows/deploy.yml
@@ -40,7 +40,7 @@ jobs:
40
41
deploy:
42
needs: build
43
- if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev')
+ if: github.event_name == 'push' && (github.ref == 'refs/heads/main')
44
runs-on: ubuntu-latest
45
46
permissions:
0 commit comments