Skip to content

Commit 4283f3c

Browse files
Merge pull request #14 from mihaiconstantin/workflows
Drop `dev` branch from `GitHub` workflows
2 parents 937d9bd + a90de9b commit 4283f3c

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

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

-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@ on:
66
push:
77
branches:
88
- main
9-
- dev
109
pull_request:
1110
branches:
1211
- main
13-
- dev
1412

1513
# Jobs to run.
1614
jobs:

.github/workflows/test-coverage.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@ on:
66
push:
77
branches:
88
- main
9-
- dev
109
pull_request:
1110
branches:
1211
- main
13-
- dev
1412

1513
# Jobs.
1614
jobs:

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
archive
66
powerly.Rcheck/
77
*.tar.gz
8+
**/temp*

0 commit comments

Comments
 (0)