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 71a223d commit ffdc91bCopy full SHA for ffdc91b
.github/workflows/test.yml
@@ -42,7 +42,7 @@ jobs:
42
path: ./target/doc
43
44
deploy-docs:
45
- if: github.ref_name == 'main' && github.event_name == 'push'
+ if: github.ref_name == 'master' && github.event_name == 'push'
46
runs-on: ubuntu-latest
47
needs: [docs]
48
# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
0 commit comments