Skip to content

Commit

Permalink
Merge pull request #543 from ANTsX/codecov_wd
Browse files Browse the repository at this point in the history
ENH: allow workflow dispatch
  • Loading branch information
cookpa committed Feb 18, 2024
2 parents b4a485e + 1ef8c1d commit 99a4418
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ on:
branches:
- master

workflow_dispatch:
inputs:
branch:
description: 'Branch name'
required: true

name: codecov

jobs:
Expand Down

0 comments on commit 99a4418

Please sign in to comment.