Skip to content

Commit

Permalink
Enable github actions check for all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
congwang09 committed Jun 13, 2024
1 parent bbbb35b commit bdc2424
Showing 1 changed file with 3 additions and 1 deletion.
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

0 comments on commit bdc2424

Please sign in to comment.