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 dc6890b + 4eb6d70 commit 7fae832Copy full SHA for 7fae832
.github/workflows/rust.yml
@@ -24,6 +24,7 @@ jobs:
24
- name: Prepare pages
25
run: ./prepare-pages.sh
26
- name: Deploy GitHub Pages
27
+ if: ${{ github.event_name != 'pull_request' }}
28
run: |
29
git worktree add gh-pages gh-pages
30
git config user.name "Deploy from CI"
0 commit comments