Add dev branch to run tests
This commit is contained in:
parent
5dafa81b9e
commit
3dabdd5ca2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -2,7 +2,7 @@ name: Run tests
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
branches: [main, dev]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue