Skip to content

Commit 2e87fce

Browse files
committed
only update pkgdown from main
1 parent 105652b commit 2e87fce

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
on:
22
push:
3-
branches:
4-
- dev
53
pull_request:
64
branches:
75
- main
@@ -162,7 +160,7 @@ jobs:
162160
shell: Rscript {0}
163161

164162
- name: Deploy to GitHub pages 🚀
165-
if: github.event_name == 'push' && matrix.config.os == 'ubuntu-latest'
163+
if: github.ref != 'refs/heads/dev' && matrix.config.os == 'ubuntu-latest'
166164
uses: JamesIves/github-pages-deploy-action@v4.4.1
167165
with:
168166
clean: false

0 commit comments

Comments
 (0)