Skip to content

Commit 3c618da

Browse files
committed
ci: don't re-trigger workflows when tags are pushed
1 parent 428f10f commit 3c618da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-testing.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
push:
99
branches:
1010
- main
11+
tags-ignore:
12+
- '**'
1113

1214
concurrency:
1315
group: ${{ github.head_ref || github.run_id }}

0 commit comments

Comments
 (0)