add push trigger

This commit is contained in:
leongross 2023-01-05 10:23:02 +01:00
parent 1647a01965
commit a7a7ae653c
No known key found for this signature in database
GPG Key ID: 8684D89F6BF9B743
5 changed files with 21 additions and 1 deletions

View File

@ -6,7 +6,7 @@ on:
branches:
- main
- "release/**"
- "feat/reproducible-builds-ko"
- "feat/reproducible-builds-ko-nogcp"
paths:
- "image/apko/*.yaml"

View File

@ -2,6 +2,11 @@ name: Build and upload constellation node operator image (KO)
on:
workflow_dispatch:
push:
branches:
- main
- "release/**"
- "feat/reproducible-builds-ko-nogcp"
jobs:
build-constellation-node-operator:

View File

@ -4,6 +4,11 @@ env:
on:
workflow_dispatch:
push:
branches:
- main
- "release/**"
- "feat/reproducible-builds-ko-nogcp"
jobs:
build-join-service-ko:

View File

@ -4,6 +4,11 @@ env:
on:
workflow_dispatch:
push:
branches:
- main
- "release/**"
- "feat/reproducible-builds-ko-nogcp"
jobs:
build-kms-server:

View File

@ -2,6 +2,11 @@ name: Build and upload verification-service image (KO)
on:
workflow_dispatch:
push:
branches:
- main
- "release/**"
- "feat/reproducible-builds-ko-nogcp"
jobs:
build-verification-service: