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.
2 parents 6e28690 + 32765a4 commit ef798d9Copy full SHA for ef798d9
.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