Skip to content

Commit ab2b26c

Browse files
Update docs.yml
1 parent 088dd8b commit ab2b26c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# From https://github.com/eeholmes/readthedoc-test/blob/main/.github/workflows/docs_pages.yml
22
name: docs
33

4-
# execute this workflow automatically when a we push to main
4+
# execute this workflow automatically when a we push to master
55
on:
66
push:
7-
branches: [ master ]
8-
workflow_dispatch:
7+
branches:
8+
- master
99

1010
jobs:
1111

@@ -51,4 +51,4 @@ jobs:
5151
git push
5252
else
5353
echo No commit made because the docs have not changed.
54-
fi
54+
fi

0 commit comments

Comments
 (0)