Skip to content

Commit ef798d9

Browse files
authored
Merge pull request #14 from certik/ci2
CI: Push after merging
2 parents 6e28690 + 32765a4 commit ef798d9

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)