We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24ada5a commit 0b8ede0Copy full SHA for 0b8ede0
.github/workflows/CI.yml
@@ -34,6 +34,7 @@ jobs:
34
name: doc-latest
35
path: doc/
36
deploy:
37
+ if: github.ref == 'ref/heads/master'
38
needs: build-test
39
40
# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
0 commit comments