Skip to content

Commit

Permalink
Allow java to run on workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
clayburn committed Jan 23, 2024
1 parent 081b402 commit 6c225c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ on:
- 'docker-compose.yml'
- 'format/Flight.proto'
- 'java/**'
workflow_dispatch:

concurrency:
group: ${{ github.repository }}-${{ github.head_ref || github.sha }}-${{ github.workflow }}
Expand Down

0 comments on commit 6c225c5

Please sign in to comment.