1
0
mirror of synced 2026-02-13 21:16:57 +00:00

ci: enable workflows for release/** branches

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2023-07-04 12:26:08 +03:00
parent 8ca8b92f92
commit 5356436c94
6 changed files with 11 additions and 15 deletions

View File

@@ -3,9 +3,9 @@ name: e2e-bootstrap
on:
workflow_dispatch:
push:
branches: [ main, release-* ]
branches: [ 'main', 'release/**' ]
pull_request:
branches: [ main, release-* ]
branches: [ 'main', 'release/**' ]
permissions:
contents: read