run github actions for any branch with prefix 'ci'
This commit is contained in:
parent
8a0c3dc3c1
commit
001a333367
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -5,7 +5,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- stable*
|
- '*-ci'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
APP_NAME: gpoddersync
|
APP_NAME: gpoddersync
|
||||||
|
Loading…
Reference in New Issue
Block a user