Skip to content

Commit 0e806cb

Browse files
committed
Deploy on merge
1 parent 12d0a2e commit 0e806cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696

9797
deploy:
9898
needs: test
99-
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
99+
if: github.event_name == 'push'
100100
runs-on: ubuntu-latest
101101
steps:
102102
- name: Deploy via SSH

0 commit comments

Comments
 (0)