Skip to content

Commit

Permalink
CI: launch tests on all PR
Browse files Browse the repository at this point in the history
  • Loading branch information
extiop committed Nov 9, 2024
1 parent 87be38f commit 6bc1374
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/py-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
push:
branches: [ master ]
pull_request:
branches: [ master ]


permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sanitize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
push:
branches: [ master ]
pull_request:
branches: [ master ]


env:
CARGO_TERM_COLOR: always
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
push:
branches: [ master ]
pull_request:
branches: [ master ]


env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 6bc1374

Please sign in to comment.