ci/gha: run on release-* branches after a push

A CI is needed after PR merges.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2021-07-14 09:40:40 -07:00
parent fceadf2386
commit d02b0061d2
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@ on:
- v*
branches:
- master
- release-*
pull_request:
jobs:
+1
View File
@@ -5,6 +5,7 @@ on:
- v*
branches:
- master
- release-*
pull_request:
jobs: