0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-04 02:01:58 -05:00

Included v4.* branches in CI testing

no issue

- as we're making more and more use of branches for releases, we want
  tests to run on them
- this commit adds the v4 wildcard to the GitHub workflow so it'll
  trigger when we push to them
This commit is contained in:
Daniel Lockyer 2021-07-22 15:21:36 +01:00
parent fa14e4bf5f
commit fe3355276f
No known key found for this signature in database
GPG key ID: D21186F0B47295AD

View file

@ -4,6 +4,7 @@ on:
push:
branches:
- main
- 'v4.*'
- 3.x
- 2.x
- 'renovate/*'