Skip to content

Commit

Permalink
Add workflow_dispatch to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
lebedenko-ubique committed Sep 19, 2024
1 parent 7cf94c1 commit 0feb67c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust_clippy_check.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Rust Clippy Check
'on':
- pull_request
- workflow_dispatch
jobs:
clippy:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rust_format_check.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Rust Format Check
'on':
- pull_request
- workflow_dispatch
jobs:
rustfmt:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0feb67c

Please sign in to comment.