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 8f75de4 commit 6ef6beeCopy full SHA for 6ef6bee
.github/workflows/github-pages.yaml
@@ -1,12 +1,19 @@
1
name: Deploy Documentation to Github Pages
2
3
on:
4
+ on:
5
+ push:
6
+ branches: [ "main" ]
7
+ pull_request:
8
9
+
10
# Runs on pushes targeting the 1.0.x branch
- push:
- branches:
- - main
- tags:
- - "v*.*.*" # updates the version in the docs
11
+ # todo revert this
12
+# push:
13
+# branches:
14
+# - main
15
+# tags:
16
+# - "v*.*.*" # updates the version in the docs
17
18
# Allows you to run this workflow manually from the Actions tab
19
workflow_dispatch:
0 commit comments