run github actions for any branch with prefix 'ci'

This commit is contained in:
thrillfall 2021-10-13 22:26:04 +02:00
parent 8a0c3dc3c1
commit 001a333367

View File

@ -5,7 +5,7 @@ on:
push: push:
branches: branches:
- main - main
- stable* - '*-ci'
env: env:
APP_NAME: gpoddersync APP_NAME: gpoddersync