We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55097b8 commit 743a941Copy full SHA for 743a941
1 file changed
.github/workflows/publish-antora-docs.yaml
@@ -41,7 +41,7 @@ jobs:
41
path: ${{ github.workspace }}/public/docs
42
43
- name: "Deploy documentation to GitHub Pages"
44
- if: github.ref_name == 'main' && (github.event_name == 'pull' || github.event_name == 'schedule' || github.event_name == 'workflow_call')
+ if: github.ref_name == 'main' && (github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_call')
45
uses: JamesIves/github-pages-deploy-action@v4.4.1
46
with:
47
branch: gh-pages
0 commit comments