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 7cfe565 commit 1505e72Copy full SHA for 1505e72
.github/workflows/website.yml
@@ -158,6 +158,7 @@ jobs:
158
url: ${{ steps.deployment.outputs.page_url }}
159
runs-on: ubuntu-latest
160
needs: build
161
+ if: (github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event_name == 'schedule'
162
steps:
163
- name: Deploy to GitHub Pages
164
id: deployment
0 commit comments