Skip to content

Commit 96fa4da

Browse files
authored
Merge pull request #66 from r-spatialecology/main
✅ Update branch name GitHub actions
2 parents 40dc19d + 5e79bbc commit 96fa4da

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/Deploy-pkgdown.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
branches:
4-
- master
4+
- main
55
- CRAN
66

77
name: Deploy-pkgdown

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
- CRAN
88
pull_request:
99
branches:
10-
- master
10+
- main
1111
- CRAN
1212

1313
name: R-CMD-check

.github/workflows/Test-coverage.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
on:
22
push:
33
branches:
4-
- master
4+
- main
55
- CRAN
66
pull_request:
77
branches:
8-
- master
8+
- main
99
- CRAN
1010

1111
name: Test-coverage

0 commit comments

Comments
 (0)