We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e28690 commit 32765a4Copy full SHA for 32765a4
.github/workflows/deploy.yml
@@ -66,5 +66,5 @@ jobs:
66
git commit --allow-empty -m "${COMMIT_MESSAGE}"
67
68
- name: GIT Deploy
69
- if: ${{ github.ref != 'refs/heads/main' && github.event.pull_request.head.repo.full_name == 'lpython/lpython.org-deploy' }}
+ if: ${{ github.ref == 'refs/heads/main' }}
70
run: git push origin gh-pages
0 commit comments