Skip to content

Commit 41a644b

Browse files
committed
ci: fix events
Signed-off-by: CrazyMax <[email protected]>
1 parent cebcf40 commit 41a644b

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/.test-bake.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ on:
1414
- 'v*'
1515
paths:
1616
- '.github/workflows/.test-bake.yml'
17+
- '.github/workflows/bake.yml'
1718
- '.github/workflows/verify.yml'
1819
- 'test/**'
1920
pull_request:
2021
paths:
2122
- '.github/workflows/.test-bake.yml'
23+
- '.github/workflows/bake.yml'
2224
- '.github/workflows/verify.yml'
2325
- 'test/**'
2426

.github/workflows/.test-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ on:
1414
- 'v*'
1515
paths:
1616
- '.github/workflows/.test-build.yml'
17+
- '.github/workflows/build.yml'
1718
- '.github/workflows/verify.yml'
1819
- 'test/**'
1920
pull_request:
2021
paths:
2122
- '.github/workflows/.test-build.yml'
23+
- '.github/workflows/build.yml'
2224
- '.github/workflows/verify.yml'
2325
- 'test/**'
2426

0 commit comments

Comments
 (0)