Skip to content

Commit

Permalink
ci: reduce duplicate ci runs
Browse files Browse the repository at this point in the history
  • Loading branch information
lukexor committed Jun 12, 2024
1 parent f47f6c0 commit 9f40a2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
paths-ignore:
- "**.md"
pull_request:
branches: [main]
paths-ignore:
- "**.md"

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@ on:
# At 06:00 once a week on Sunday
- cron: "0 6 * * 0"
push:
branches: [main]
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
pull_request:
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"

jobs:
audit:
Expand Down

0 comments on commit 9f40a2e

Please sign in to comment.