Skip to content

Commit f59af44

Browse files
Merge pull request #63 from ColibrITD-SAS/Henri-ColibrITD-patch-2
Update doc.yml
2 parents 6eeec20 + 69f5dc6 commit f59af44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
build_publish_docs:
1313
# Deploy to cloudflare
14-
if: github.event.pull_request.merged == true
14+
if: github.event_name == 'release' || github.event.pull_request.merged == true
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout

0 commit comments

Comments
 (0)