Added v5.* to workflow triggers

- this is needed so we run CI tests on release branches
This commit is contained in:
Daniel Lockyer 2022-07-19 15:19:08 +02:00
parent 2ff53ef0da
commit 1ba2988e98
No known key found for this signature in database
GPG Key ID: D21186F0B47295AD

View File

@ -5,7 +5,7 @@ on:
branches:
- main
- '5.0'
- 'v4.*'
- 'v5.*'
- 3.x
- 2.x
- 'renovate/*'