Skip to content

Commit 5e6633a

Browse files
committed
dedup build workflow run on branch and tag pushes
Signed-off-by: xeptore <[email protected]>
1 parent f7ecde6 commit 5e6633a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
tags:
77
- "v[0-9]+.[0-9]+.[0-9]+"
88
concurrency:
9-
group: ${{ github.workflow }}-${{ github.ref }}
9+
group: ${{ github.workflow }}
1010
cancel-in-progress: true
1111
jobs:
1212
main:

0 commit comments

Comments
 (0)