1
0
mirror of synced 2026-02-13 13:06:56 +00:00

ci: Run the e2e tests for the release branches

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2023-04-03 19:29:26 +03:00
parent 83d2739dc5
commit ccb7d62d95
3 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ name: e2e-arm64
on: on:
workflow_dispatch: workflow_dispatch:
push: push:
branches: [ main, update-components, e2e-arm64* ] branches: [ main, update-components, release-* ]
permissions: permissions:
contents: read contents: read

View File

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

View File

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