mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-23 11:58:51 +00:00
ci: enable workflows for release/** branches
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
8ca8b92f92
commit
5356436c94
6 changed files with 11 additions and 15 deletions
4
.github/workflows/e2e-bootstrap.yaml
vendored
4
.github/workflows/e2e-bootstrap.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue