mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-20 20:48:43 +00:00
Don’t double up unit tests on PRs
This commit is contained in:
parent
38ce26d0c4
commit
6a127bab86
1 changed files with 1 additions and 0 deletions
1
.github/workflows/unit-tests.yml
vendored
1
.github/workflows/unit-tests.yml
vendored
|
@ -2,6 +2,7 @@ name: Unit tests
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
|
|
Loading…
Add table
Reference in a new issue