We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13f2a9c commit 42b122dCopy full SHA for 42b122d
.github/workflows/docs.yml
@@ -24,7 +24,7 @@ jobs:
24
path: doc/build/html/
25
26
deploy:
27
- if: github.ref == 'refs/heads/master'
+ if: github.ref == 'refs/heads/release'
28
runs-on: ubuntu-latest
29
permissions:
30
contents: read
0 commit comments