Browse Source

fix: update GitHub Actions workflow to trigger on tags

Signed-off-by: -LAN- <laipz8200@outlook.com>
tags/0.15.5
-LAN- 7 months ago
parent
commit
970508fcb6
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      .github/workflows/build-push.yml

+ 2
- 2
.github/workflows/build-push.yml View File

branches: branches:
- "main" - "main"
- "deploy/dev" - "deploy/dev"
release:
types: [published]
tags:
- "*"


concurrency: concurrency:
group: build-push-${{ github.head_ref || github.run_id }} group: build-push-${{ github.head_ref || github.run_id }}

Loading…
Cancel
Save