Skip to content

Commit

Permalink
updated workflows to run on PRs to non-main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlambert committed May 15, 2023
1 parent 6e4b25c commit 233e221
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
branches:
- "*"

name: R-CMD-check

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
branches:
- "*"

name: test-coverage

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/validate-json.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
branches:
- "*"

jobs:
validate-json:
Expand Down

0 comments on commit 233e221

Please sign in to comment.