Skip to content

Commit

Permalink
ci: allow running the coverage workflow manually
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Jul 8, 2024
1 parent ac219b1 commit e0db729
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
push:
paths:
- '.github/workflows/coverage.yaml'
# Also run manually from the Actions tab
workflow_dispatch:

jobs:
coverage:
name: Coverage
Expand Down

0 comments on commit e0db729

Please sign in to comment.