We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebad065 commit 067b3b3Copy full SHA for 067b3b3
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
52
deploy:
53
needs: build
54
- if: github.ref == 'refs/heads/ci-docs'
+ if: github.ref == 'refs/heads/main'
55
runs-on: ubuntu-latest
56
permissions:
57
contents: write
0 commit comments