Skip to content

Commit d28c3ac

Browse files
committed
ci: don't run tests on tag events
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent c767551 commit d28c3ac

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/.test-bake.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ on:
1010
branches:
1111
- 'main'
1212
- 'releases/v*'
13-
tags:
14-
- 'v*'
1513
paths:
1614
- '.github/workflows/.test-bake.yml'
1715
- '.github/workflows/bake.yml'

.github/workflows/.test-build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ on:
1010
branches:
1111
- 'main'
1212
- 'releases/v*'
13-
tags:
14-
- 'v*'
1513
paths:
1614
- '.github/workflows/.test-build.yml'
1715
- '.github/workflows/build.yml'

0 commit comments

Comments
 (0)