Skip to content

Commit

Permalink
Build every language on changes to the GitHub workflows (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkorstanje committed Mar 14, 2024
1 parent a949a56 commit 49f0956
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ on:
paths:
- c/**
- testdata/**
- .github/**
pull_request:
branches:
- main
paths:
- c/**
- testdata/**
- .github/**
workflow_call:

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ on:
paths:
- cpp/**
- testdata/**
- .github/**
pull_request:
branches:
- main
paths:
- cpp/**
- testdata/**
- .github/**
workflow_call:

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ on:
paths:
- dart/**
- testdata/**
- .github/**
pull_request:
branches:
- main
paths:
- dart/**
- testdata/**
- .github/**
workflow_call:

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ on:
paths:
- dotnet/**
- testdata/**
- .github/**
pull_request:
branches:
- main
paths:
- dotnet/**
- testdata/**
- .github/**
workflow_call:

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ on:
paths:
- go/**
- testdata/**
- .github/**
pull_request:
branches:
- main
paths:
- go/**
- testdata/**
- .github/**
workflow_call:

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ on:
- java/**
- testdata/**
- gherkin-languages.json
- .github/**
pull_request:
branches:
- main
paths:
- java/**
- testdata/**
- gherkin-languages.json
- .github/**
workflow_call:

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ on:
paths:
- javascript/**
- testdata/**
- .github/**
pull_request:
branches:
- main
paths:
- javascript/**
- testdata/**
- .github/**
workflow_call:

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-perl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ on:
paths:
- perl/**
- testdata/**
- .github/**
pull_request:
branches:
- main
paths:
- perl/**
- testdata/**
- .github/**
workflow_call:

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ on:
paths:
- php/**
- testdata/**
- .github/**
pull_request:
branches:
- main
paths:
- php/**
- testdata/**
- .github/**
workflow_call:

permissions:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ on:
paths:
- python/**
- testdata/**
- .github/**
pull_request:
branches:
- main
paths:
- python/**
- testdata/**
- .github/**
workflow_call:

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ on:
paths:
- ruby/**
- testdata/**
- .github/**
pull_request:
branches:
- main
paths:
- ruby/**
- testdata/**
- .github/**
workflow_call:

jobs:
Expand Down

0 comments on commit 49f0956

Please sign in to comment.