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 088e734 commit 7405384Copy full SHA for 7405384
.github/workflows/build_docs.yaml
@@ -1,14 +1,10 @@
1
name: build_documentation
2
3
-# build the documentation whenever there are new commits on main
+# build the documentation for a new commit
4
on:
5
- push:
6
- branches:
7
- - main
8
- # TODO only build on releases once this works
9
- # Alternative: only build for tags.
10
- # tags:
11
- # - '*'
+ release:
+ types: created
+
12
13
# security: restrict permissions for CI jobs.
14
permissions:
0 commit comments