We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80b046c commit 032a9c1Copy full SHA for 032a9c1
.github/workflows/ci_cd.yml
@@ -31,7 +31,7 @@ jobs:
31
32
deploy:
33
needs: cleanup
34
- if: success() && github.event_name == 'push' && github.ref == 'refs/heads/dev'
+ if: success() && github.event_name == 'push' && github.ref == 'refs/heads/main'
35
runs-on: ubuntu-latest
36
37
steps:
0 commit comments