Skip to content

Commit 67a4b21

Browse files
authored
CI: Run all CI jobs for changes in .github/ (#17)
1 parent 6fe5a2d commit 67a4b21

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/benchmarks-main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@ on:
2424
branches: [ main ]
2525
paths:
2626
- 'benchmarks/**'
27+
- '.github/**'
2728
pull_request:
2829
paths:
2930
- 'benchmarks/**'
31+
- '.github/**'
3032

3133
jobs:
3234
java:

.github/workflows/iceberg-catalog-migrator-main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@ on:
2424
branches: [ main ]
2525
paths:
2626
- 'iceberg-catalog-migrator/**'
27+
- '.github/**'
2728
pull_request:
2829
paths:
2930
- 'iceberg-catalog-migrator/**'
31+
- '.github/**'
3032

3133
jobs:
3234
java:

0 commit comments

Comments
 (0)