chore: update release trigger to include all tags in build-push workflow (#16631)

Signed-off-by: -LAN- <laipz8200@outlook.com>
pull/14262/head
-LAN- 1 year ago committed by Bharat Ramanathan
parent 33d236f2ed
commit 148bc3f9a1

@ -6,8 +6,8 @@ on:
- "main" - "main"
- "deploy/dev" - "deploy/dev"
- "deploy/enterprise" - "deploy/enterprise"
release: tags:
types: [published] - "*"
concurrency: concurrency:
group: build-push-${{ github.head_ref || github.run_id }} group: build-push-${{ github.head_ref || github.run_id }}

Loading…
Cancel
Save