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