Update CI to run on all branches (main, qa, dev)
This commit is contained in:
parent
9940100239
commit
3910ca9d04
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -3,8 +3,9 @@ name: CI
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main, master]
|
branches: [main, qa, dev]
|
||||||
pull_request:
|
pull_request:
|
||||||
|
branches: [main, qa, dev]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint-and-test:
|
lint-and-test:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user