Skip to content

Commit 7fc332c

Browse files
authored
Merge pull request #203 from docmeta/ls/merge-deploy
Deploy on merge
2 parents 67534d5 + a853705 commit 7fc332c

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)