Skip to content

Commit 0b8ede0

Browse files
authored
[#24]: update deploy to only run on master (#25)
Closes #24
1 parent 24ada5a commit 0b8ede0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
name: doc-latest
3535
path: doc/
3636
deploy:
37+
if: github.ref == 'ref/heads/master'
3738
needs: build-test
3839

3940
# Grant GITHUB_TOKEN the permissions required to make a Pages deployment

0 commit comments

Comments
 (0)