Skip to content

Commit

Permalink
Update doc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Henri-ColibrITD authored Jun 27, 2024
1 parent 6eeec20 commit 69f5dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
build_publish_docs:
# Deploy to cloudflare
if: github.event.pull_request.merged == true
if: github.event_name == 'release' || github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 69f5dc6

Please sign in to comment.