chore: run CI on any PR branch

This commit is contained in:
Randolf J 2022-06-23 09:12:51 +02:00
parent 93d6c6deae
commit b007ee4f50

View File

@ -9,7 +9,7 @@ on:
- main
pull_request:
branches:
- main
- '**'
concurrency:
group: ${{ github.head_ref || github.run_id }}