Enable CI for `nextgen` branch

- Run CI tests for any pull requests being made to the `nextgen` branch
This commit is contained in:
Tristan B. Velloza Kildaire 2023-05-04 09:46:46 +02:00 committed by GitHub
parent c43ed31ca9
commit 79432cef6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
branches: [ "master", "nextgen" ]
permissions:
contents: read