Skip to content

Commit

Permalink
chore(ci): Update GitHub actions to run on v4 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
wise-king-sullyman committed Aug 28, 2023
1 parent 712dee1 commit 4ca3ebe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: check-pr
on:
pull_request:
branches:
- main
- v4
jobs:
call-build-lint-test-workflow:
uses: ./.github/workflows/build-lint-test.yml
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: release
on:
push:
branches:
- main
- v4
jobs:
call-build-lint-test-workflow:
uses: ./.github/workflows/build-lint-test.yml
Expand Down

0 comments on commit 4ca3ebe

Please sign in to comment.