chore(workflow): push images only on main branch (#1873)

* chore(workflow): push images only on CAOS repositories

* chore(workflow): push images only on CAOS repositories

* chore(workflow): push images only on CAOS repositories

* chore(workflow): push images only on CAOS repositories

* chore(workflow): push images only on not forked repositories

* print full repo name

* print full repo name

* print full repo name

* print full repo name

* print full repo name

* print full event

* print full event

* print full event

* use separate workflows for release and PR

* use separate workflows for release and PR
This commit is contained in:
Livio Amstutz
2021-06-16 12:01:29 +02:00
committed by GitHub
parent 62b04502a1
commit 3062a6cf9b
2 changed files with 234 additions and 4 deletions

View File

@@ -2,12 +2,9 @@ name: ZITADEL Release
on:
push:
branches:
- '**'
- 'main'
tags-ignore:
- '**'
pull_request:
branches:
- '**'
env:
REGISTRY: ghcr.io