We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 17f9291 + f59af44 commit 64b38cdCopy full SHA for 64b38cd
.github/workflows/doc.yml
@@ -11,7 +11,7 @@ on:
11
jobs:
12
build_publish_docs:
13
# Deploy to cloudflare
14
- if: github.event.pull_request.merged == true
+ if: github.event_name == 'release' || github.event.pull_request.merged == true
15
runs-on: ubuntu-latest
16
steps:
17
- name: Checkout
0 commit comments