We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d05180e commit 3072e22Copy full SHA for 3072e22
.github/workflows/main.yml
@@ -30,7 +30,7 @@ jobs:
30
path: ./doc_build
31
32
deploy:
33
- if: github.ref == 'refs/heads/main'
+ if: github.ref == 'refs/heads/master'
34
runs-on: ubuntu-latest
35
36
environment:
0 commit comments