Fix test workflow to run on every PR event
This commit is contained in:
parent
569a187890
commit
8dd9edba68
1 changed files with 0 additions and 1 deletions
1
.github/workflows/unit-tests.yml
vendored
1
.github/workflows/unit-tests.yml
vendored
|
@ -2,7 +2,6 @@ name: Run tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [ opened ]
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
unit_test:
|
unit_test:
|
||||||
|
|
Loading…
Reference in a new issue