Skip to content

Commit f76b1cb

Browse files
committed
more inclusive
ref #329
1 parent 93e20ac commit f76b1cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check-release.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# https://community.rstudio.com/new-topic?category=Package%20development&tags=github-actions
33
on:
44
push:
5-
branches:
6-
- main
7-
- master
5+
branches-ignore:
6+
# Ignore the pkgdown pages.
7+
- 'gh-pages'
88
pull_request:
99
branches:
1010
- main

0 commit comments

Comments
 (0)