We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c352b21 commit 0b1f928Copy full SHA for 0b1f928
.github/workflows/docs.yml
@@ -41,6 +41,8 @@ jobs:
41
publish:
42
name: Publish docs
43
44
+ if: github.ref == 'refs/heads/master'
45
+
46
needs: build
47
runs-on: ubuntu-latest
48
permissions:
0 commit comments