We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41581ae commit 6c06330Copy full SHA for 6c06330
1 file changed
.github/workflows/generate-documentation.yml
@@ -1,9 +1,9 @@
1
name: generate and deploy documentation
2
3
on:
4
- push:
5
- branches-ignore:
6
- - 'gh-pages'
+ workflow_run:
+ workflows: [Cleanup GitHub Pages Branch Workflow]
+ types: [completed]
7
8
permissions:
9
contents: write
0 commit comments