Skip to content

Commit

Permalink
update: correct Pr checks
Browse files Browse the repository at this point in the history
  • Loading branch information
heemankv committed Aug 16, 2024
1 parent a3c0863 commit d0ddfde
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
push:
branches-ignore:
- main
workflow_call:
workflow_dispatch:

jobs:
coverage:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linters-cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name: Task - Linters Cargo
on:
workflow_dispatch:
workflow_call:
push:

jobs:
cargo-lint:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name: Task - Linters
on:
workflow_dispatch:
workflow_call:
push:

jobs:
prettier:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
name: Workflow - Pull Request

on:
workflow_dispatch:
pull_request:
pull_request_target:
branches: [main]
push:
branches: [main]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rust-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name: Task - Build Rust
on:
workflow_dispatch:
workflow_call:
push:

jobs:
rust_build:
Expand Down

0 comments on commit d0ddfde

Please sign in to comment.