Enable CI for `nextgen` branch
- Run CI tests for any pull requests being made to the `nextgen` branch
This commit is contained in:
parent
c43ed31ca9
commit
79432cef6c
|
@ -8,7 +8,7 @@ on:
|
|||
push:
|
||||
branches: [ "master" ]
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
branches: [ "master", "nextgen" ]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
Loading…
Reference in New Issue