Skip to content

Commit

Permalink
workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
mykelk authored Sep 6, 2024
1 parent b53d4dd commit 5cea5bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches: [master]
tags: ["*"]
pull_request:
workflow_dispatch:

jobs:

Expand Down Expand Up @@ -56,4 +57,4 @@ jobs:
with:
file: ./lcov.info
flags: unittests
name: codecov-umbrella
name: codecov-umbrella

0 comments on commit 5cea5bd

Please sign in to comment.