Skip to content

Commit

Permalink
Fix coverage target branch (#2019)
Browse files Browse the repository at this point in the history
* Fix coverage target branch

* Update test.yml
  • Loading branch information
koxudaxi committed Jun 28, 2024
1 parent 8b7b93f commit ea22425
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: Test

on:
pull_request: {}
push:
branches: [main]
pull_request:
branches: [main]

jobs:
test:
Expand Down

0 comments on commit ea22425

Please sign in to comment.