Enable TestSuite for PRs to version branches. (#3318)
This commit is contained in:
parent
f06171fd5a
commit
2e01aa0075
2
.github/workflows/test-suite.yml
vendored
2
.github/workflows/test-suite.yml
vendored
@ -5,7 +5,7 @@ on:
|
||||
push:
|
||||
branches: ["master"]
|
||||
pull_request:
|
||||
branches: ["master"]
|
||||
branches: ["master", 'version*']
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user