We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0cdb961 + 0ce2adb commit c1d9751Copy full SHA for c1d9751
1 file changed
.github/workflows/deploy-gh-pages.yml
@@ -18,6 +18,7 @@ on:
18
jobs:
19
deploy:
20
name: Build and Deploy to GitHub Pages
21
+ if: github.event_name == 'workflow_dispatch' || github.event.pull_request.merged == true
22
runs-on: ubuntu-latest
23
defaults:
24
run:
0 commit comments