Skip to content

Commit

Permalink
Added release branches to CI triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
wleoncio committed Oct 9, 2023
1 parent 2146326 commit 4013bd4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -2,7 +2,7 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [dev, master]
branches: [dev, master, release-*]
pull_request:
branches: [dev, master]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Expand Up @@ -2,7 +2,7 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [dev, master]
branches: [dev, master, release-*]
pull_request:
branches: [dev, master]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Expand Up @@ -2,7 +2,7 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [dev, master]
branches: [dev, master, release-*]
pull_request:
branches: [dev, master]

Expand Down

0 comments on commit 4013bd4

Please sign in to comment.