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 469e81c commit 00df9c4Copy full SHA for 00df9c4
.github/workflows/build_documentation.yml
@@ -1,10 +1,15 @@
1
name: Build Documentation
2
3
-on:
4
- # Allows you to run this workflow manually from the Actions tab
5
- workflow_dispatch:
6
- branches: ["main"]
+# Allows you to run this workflow manually from the Actions tab
+# on:
+# workflow_dispatch:
+# branches: ["main"]
7
8
+# Run workflow on every commit
9
+on:
10
+ push:
11
+ branches:
12
+ - main
13
14
# Sets permissions of the GITHUB_TOKEN to allow files to be committed to gh-pages branch
15
permissions:
0 commit comments