github actions: run test action on all branches
This commit is contained in:
parent
ac675aa4f1
commit
c434858b63
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -2,8 +2,6 @@ name: Test Action
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in a new issue