소스 검색

fix: update GitHub Actions workflow to trigger on tags

Signed-off-by: -LAN- <laipz8200@outlook.com>
tags/0.15.5
-LAN- 7 달 전
부모
커밋
970508fcb6
No account linked to committer's email address
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      .github/workflows/build-push.yml

+ 2
- 2
.github/workflows/build-push.yml 파일 보기

@@ -5,8 +5,8 @@ on:
branches:
- "main"
- "deploy/dev"
release:
types: [published]
tags:
- "*"

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

Loading…
취소
저장