Skip to content

Commit

Permalink
Merge pull request #11 from nazar-pc/allow-triggering-ci-manually
Browse files Browse the repository at this point in the history
Allow triggering CI manually
  • Loading branch information
al8n authored Feb 24, 2024
2 parents 7404ce9 + 7139c9d commit c2bbc39
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 @@ -20,6 +20,7 @@ on:
- 'LICENSE-*'
- '**.md'
- '**.txt'
workflow_dispatch:

env:
CARGO_TERM_COLOR: always
Expand Down Expand Up @@ -119,7 +120,7 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

docs:
name: docs
runs-on: ubuntu-latest
Expand Down

0 comments on commit c2bbc39

Please sign in to comment.