Skip to content

Commit

Permalink
optimize test workflow trigger event
Browse files Browse the repository at this point in the history
  • Loading branch information
supervate committed May 13, 2024
1 parent 59aa509 commit c88ad48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ name: Run Tests

on:
push:
branches: [ "*" ]
branches: [ "**" ]
pull_request:
branches: [ "*" ]
branches: [ "**" ]

jobs:
test:
Expand Down

0 comments on commit c88ad48

Please sign in to comment.