Skip to content

Commit 032a9c1

Browse files
authored
Update ci_cd.yml
1 parent 80b046c commit 032a9c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
3232
deploy:
3333
needs: cleanup
34-
if: success() && github.event_name == 'push' && github.ref == 'refs/heads/dev'
34+
if: success() && github.event_name == 'push' && github.ref == 'refs/heads/main'
3535
runs-on: ubuntu-latest
3636

3737
steps:

0 commit comments

Comments
 (0)