Skip to content

Commit 5e6633a

Browse files
committed
dedup build workflow run on branch and tag pushes
Signed-off-by: xeptore <29199390+xeptore@users.noreply.github.com>
1 parent f7ecde6 commit 5e6633a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
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)