Skip to content

Commit d13e52d

Browse files
committed
Build every language on changes to the GitHub workflows
1 parent a949a56 commit d13e52d

11 files changed

+22
-0
lines changed

.github/workflows/test-c.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ on:
88
paths:
99
- c/**
1010
- testdata/**
11+
- .github/**
1112
pull_request:
1213
branches:
1314
- main
1415
paths:
1516
- c/**
1617
- testdata/**
18+
- .github/**
1719
workflow_call:
1820

1921
jobs:

.github/workflows/test-cpp.yml

+2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@ on:
99
paths:
1010
- cpp/**
1111
- testdata/**
12+
- .github/**
1213
pull_request:
1314
branches:
1415
- main
1516
paths:
1617
- cpp/**
1718
- testdata/**
19+
- .github/**
1820
workflow_call:
1921

2022
jobs:

.github/workflows/test-dart.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ on:
88
paths:
99
- dart/**
1010
- testdata/**
11+
- .github/**
1112
pull_request:
1213
branches:
1314
- main
1415
paths:
1516
- dart/**
1617
- testdata/**
18+
- .github/**
1719
workflow_call:
1820

1921
jobs:

.github/workflows/test-dotnet.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ on:
88
paths:
99
- dotnet/**
1010
- testdata/**
11+
- .github/**
1112
pull_request:
1213
branches:
1314
- main
1415
paths:
1516
- dotnet/**
1617
- testdata/**
18+
- .github/**
1719
workflow_call:
1820

1921
jobs:

.github/workflows/test-go.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ on:
88
paths:
99
- go/**
1010
- testdata/**
11+
- .github/**
1112
pull_request:
1213
branches:
1314
- main
1415
paths:
1516
- go/**
1617
- testdata/**
18+
- .github/**
1719
workflow_call:
1820

1921
jobs:

.github/workflows/test-java.yml

+2
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ on:
99
- java/**
1010
- testdata/**
1111
- gherkin-languages.json
12+
- .github/**
1213
pull_request:
1314
branches:
1415
- main
1516
paths:
1617
- java/**
1718
- testdata/**
1819
- gherkin-languages.json
20+
- .github/**
1921
workflow_call:
2022

2123
jobs:

.github/workflows/test-javascript.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ on:
88
paths:
99
- javascript/**
1010
- testdata/**
11+
- .github/**
1112
pull_request:
1213
branches:
1314
- main
1415
paths:
1516
- javascript/**
1617
- testdata/**
18+
- .github/**
1719
workflow_call:
1820

1921
jobs:

.github/workflows/test-perl.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ on:
88
paths:
99
- perl/**
1010
- testdata/**
11+
- .github/**
1112
pull_request:
1213
branches:
1314
- main
1415
paths:
1516
- perl/**
1617
- testdata/**
18+
- .github/**
1719
workflow_call:
1820

1921
jobs:

.github/workflows/test-php.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ on:
88
paths:
99
- php/**
1010
- testdata/**
11+
- .github/**
1112
pull_request:
1213
branches:
1314
- main
1415
paths:
1516
- php/**
1617
- testdata/**
18+
- .github/**
1719
workflow_call:
1820

1921
permissions:

.github/workflows/test-python.yml

+2
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,14 @@ on:
1111
paths:
1212
- python/**
1313
- testdata/**
14+
- .github/**
1415
pull_request:
1516
branches:
1617
- main
1718
paths:
1819
- python/**
1920
- testdata/**
21+
- .github/**
2022
workflow_call:
2123

2224
jobs:

.github/workflows/test-ruby.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ on:
88
paths:
99
- ruby/**
1010
- testdata/**
11+
- .github/**
1112
pull_request:
1213
branches:
1314
- main
1415
paths:
1516
- ruby/**
1617
- testdata/**
18+
- .github/**
1719
workflow_call:
1820

1921
jobs:

0 commit comments

Comments
 (0)