Skip to content

Commit

Permalink
fix: run checks on pushes to any branch (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
wgwz authored Oct 3, 2023
1 parent 1ce52a1 commit ebc3022
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ name: test
on:
push:
branches:
- main
pull_request:
branches:
- main
- "**"

jobs:
test:
Expand Down

0 comments on commit ebc3022

Please sign in to comment.