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:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue