Skip to content

Commit

Permalink
add run java gh actions on push to main only
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Jan 29, 2025
1 parent 7cf7dcd commit 03ebed7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cromwell-test-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Cromwell Test Run
on:
pull_request:
workflow_dispatch:
push:
branches:
- main

jobs:
generate-matrix:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/womtools-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: WOMtool Validation of WDL Script
on:
pull_request:
workflow_dispatch:
push:
branches:
- main

jobs:
generate-matrix:
Expand Down

0 comments on commit 03ebed7

Please sign in to comment.