Skip to content

Commit

Permalink
Enable check and test in all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
congwang09 committed Jun 13, 2024
1 parent 3fdd855 commit 63226d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ name: Code checks
on:
push:
branches:
- "main"
- "*"
pull_request:
branches:
- "*"

permissions:
contents: read
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ name: Test
on:
push:
branches:
- "main"
- "*"
pull_request:
branches:
- "*"

permissions:
contents: read
Expand Down

0 comments on commit 63226d2

Please sign in to comment.