Skip to content

Commit cf2bccf

Browse files
authored
Merge pull request #99 from crazy-max/ci-rm-tag-event
ci: don't run tests on tag events
2 parents c767551 + d28c3ac commit cf2bccf

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.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)