Skip to content

Commit d1d0922

Browse files
committed
Fix gh-pages workflow script to run on push to master.
1 parent ec7a246 commit d1d0922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: publish-github-pages
33
on:
44
push:
55
branches:
6-
- docs
6+
- master
77
paths:
88
- 'docs/**'
99
workflow_dispatch:

0 commit comments

Comments
 (0)