Skip to content

Commit 7ac2887

Browse files
authored
fix(ci): add tag 'apisix-runtime' (#375)
1 parent 389e596 commit 7ac2887

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-deb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build and Publish DEB Package
33
on:
44
push:
55
tags:
6-
- "**"
6+
- "apisix/*"
77

88
concurrency:
99
group: ${{ github.workflow }}-${{ github.ref == 'refs/heads/main' && github.run_number || github.ref }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build and Publish RPM Package
33
on:
44
push:
55
tags:
6-
- "**"
6+
- "apisix/*"
77

88
concurrency:
99
group: ${{ github.workflow }}-${{ github.ref == 'refs/heads/master' && github.run_number || github.ref }}

0 commit comments

Comments
 (0)