Skip to content

Commit c62045a

Browse files
committed
ci: fix typos in workflows
1 parent 51307fd commit c62045a

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/check-r-pkg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
33
on:
44
push:
5-
branches: master]
5+
branches: master
66
pull_request:
77
branches: master
88

.github/workflows/pkgcheck.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@ concurrency:
88
on:
99
# Manually trigger the Action under Actions/pkgcheck
1010
workflow_dispatch:
11-
# Run on every push to main
12-
push:
13-
branches:
14-
- main
15-
- master
11+
1612

1713
jobs:
1814
pkgcheck:

0 commit comments

Comments
 (0)