We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e87fce commit b0116b5Copy full SHA for b0116b5
1 file changed
.github/workflows/R-CMD-check.yaml
@@ -160,7 +160,7 @@ jobs:
160
shell: Rscript {0}
161
162
- name: Deploy to GitHub pages 🚀
163
- if: github.ref != 'refs/heads/dev' && matrix.config.os == 'ubuntu-latest'
+ if: github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.config.os == 'ubuntu-latest'
164
uses: JamesIves/github-pages-deploy-action@v4.4.1
165
with:
166
clean: false
0 commit comments