Skip to content

Commit

Permalink
Run more workflows for branch_9x (#2543)
Browse files Browse the repository at this point in the history
  • Loading branch information
janhoy authored Jun 28, 2024
1 parent 08d0fc1 commit c25e4a1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/bin-solr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- 'main'
- 'branch_9x'
paths:
- '.github/workflows/bin-solr-test.yml'
- 'solr/bin/**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- 'main'
- 'branch_9x'
paths:
- '.github/workflows/docker-test.yml'
- 'solr/bin/**'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/gradle-precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Gradle Precommit
on:
pull_request:
branches:
- '**'
- 'main'
- 'branch_9x'

jobs:
test:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/solrj-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- 'main'
- 'branch_9x'
paths:
- '.github/workflows/solrj-test.yml'
- 'solr/solrj/**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests-via-crave.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- 'main'
- 'branch_9x'

jobs:
test:
Expand Down

0 comments on commit c25e4a1

Please sign in to comment.