also trigger ci on release branches

This commit is contained in:
Jörg Thalheim 2022-10-31 07:14:24 +01:00
parent ad9c0e0b70
commit 724c8df419
2 changed files with 2 additions and 0 deletions

View file

@ -4,6 +4,7 @@ on:
push: push:
branches: branches:
- main - main
- release-*
jobs: jobs:
flake-checks: flake-checks:

View file

@ -4,6 +4,7 @@ on:
push: push:
branches: branches:
- main - main
- release-*
jobs: jobs:
tests: tests:
strategy: strategy: