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 3ead22d commit 302709fCopy full SHA for 302709f
.github/workflows/ci.yml
@@ -85,6 +85,7 @@ jobs:
85
name: "Publish Docs"
86
runs-on: ubuntu-latest
87
needs: ["build-docs", "tests", "test-rsconnect"]
88
+ if: github.ref == 'refs/heads/main'
89
steps:
90
- uses: actions/download-artifact@v3
91
with:
0 commit comments