Skip to content

Commit 32765a4

Browse files
committed
CI: Push after merging
1 parent 6e28690 commit 32765a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ jobs:
6666
git commit --allow-empty -m "${COMMIT_MESSAGE}"
6767
6868
- name: GIT Deploy
69-
if: ${{ github.ref != 'refs/heads/main' && github.event.pull_request.head.repo.full_name == 'lpython/lpython.org-deploy' }}
69+
if: ${{ github.ref == 'refs/heads/main' }}
7070
run: git push origin gh-pages

0 commit comments

Comments
 (0)