Enable CI for pull requests in release branches

Signed-off-by: Johann Hoffmann <johann.hoffmann@mailbox.org>
This commit is contained in:
Johann Hoffmann
2022-05-23 13:14:42 +02:00
parent 98a2a72f33
commit 133c256543
2 changed files with 2 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ on:
pull_request:
branches:
- main
- 'release/*'
defaults:
run:

View File

@@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main
- 'release/*'
types: [ closed ]
defaults: