We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 289785e commit fe71898Copy full SHA for fe71898
1 file changed
.github/workflows/publish-docs.yml
@@ -4,6 +4,9 @@ on:
4
workflow_call:
5
release:
6
types: [published]
7
+ push:
8
+ branches:
9
+ - main
10
permissions:
11
contents: write # allows the 'Commit' step without tokens
12
0 commit comments