Skip to content

Commit

Permalink
Allow triggering CI manually
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Feb 24, 2024
1 parent 7404ce9 commit 7139c9d
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 7139c9d

Please sign in to comment.