ci: offer a branch push pattern for easy testing

Pushing branches named "$WHATEVER_dev" will result in CI being run. This
is helpful for those working on a fork that want a quick way to test CI
for their branch before opening a PR.
This commit is contained in:
Daniel McCarney 2024-04-15 18:50:41 -04:00 committed by Dirkjan Ochtman
parent 94ac564c3f
commit c01db51555

View File

@ -5,6 +5,7 @@ on:
branches:
- main
- release/**
- "*_dev"
pull_request:
branches:
- main