chore(workflow): use event push only on main (#2381)

This commit is contained in:
Livio Amstutz 2021-09-23 10:04:46 +02:00 committed by GitHub
parent 5837257816
commit b90d1cfaf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ name: ZITADEL Release
on: on:
push: push:
branches: branches:
- '**' - main
tags-ignore: tags-ignore:
- '**' - '**'
pull_request: pull_request: