Skip to content

Commit

Permalink
Merge pull request #19 from optuna/allow-deploy-with-workflow-dispatch
Browse files Browse the repository at this point in the history
Allow docs deploy with workflow dispatch
  • Loading branch information
HideakiImamura authored May 17, 2024
2 parents cd2f723 + 65ab6bf commit 95af374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
path: docs/build/html

deploy:
if: github.event_name == 'push'
if: github.event_name != 'pull_request'
needs: build
permissions:
pages: write
Expand Down

0 comments on commit 95af374

Please sign in to comment.