Enable TestSuite for PRs to version branches. (#3318)

This commit is contained in:
Tom Christie 2024-09-24 17:21:56 +01:00 committed by GitHub
parent f06171fd5a
commit 2e01aa0075
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@ on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
branches: ["master", 'version*']
jobs:
tests: