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 088dd8b commit ab2b26cCopy full SHA for ab2b26c
.github/workflows/docs.yml
@@ -1,11 +1,11 @@
1
# From https://github.com/eeholmes/readthedoc-test/blob/main/.github/workflows/docs_pages.yml
2
name: docs
3
4
-# execute this workflow automatically when a we push to main
+# execute this workflow automatically when a we push to master
5
on:
6
push:
7
- branches: [ master ]
8
- workflow_dispatch:
+ branches:
+ - master
9
10
jobs:
11
@@ -51,4 +51,4 @@ jobs:
51
git push
52
else
53
echo No commit made because the docs have not changed.
54
- fi
+ fi
0 commit comments