Skip to content

Commit

Permalink
Merge pull request #25 from eredotpkfr/ci-yml-updates
Browse files Browse the repository at this point in the history
CI YML Updates
  • Loading branch information
eredotpkfr authored Sep 18, 2024
2 parents b60e521 + 1d0c905 commit 97f0cec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust-cargo-linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Linters

on:
push:
branches: ["**"]
branches: ["main", "dev"]

pull_request:
branches: ["main", "dev"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-cargo-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Security

on:
push:
branches: ["**"]
branches: ["main", "dev"]

pull_request:
branches: ["main", "dev"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-cargo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Tests

on:
push:
branches: ["**"]
branches: ["main", "dev"]

pull_request:
branches: ["main", "dev"]
Expand Down

0 comments on commit 97f0cec

Please sign in to comment.