Update build-test.yaml
This commit is contained in:
1
.github/workflows/build-test.yaml
vendored
1
.github/workflows/build-test.yaml
vendored
@ -7,6 +7,7 @@ on:
|
||||
- '*/*' # matches every branch containing a single '/'
|
||||
- '**' # matches every branch
|
||||
- '!main' # excludes main
|
||||
- '!dev-nightly' # excludes nightly
|
||||
|
||||
pull_request:
|
||||
branches: [ "main", "dev-nightly" ]
|
||||
|
Reference in New Issue
Block a user