Skip to content

Commit

Permalink
Update path triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
Petter Abrahamsson committed Jul 24, 2024
1 parent 4133f69 commit 8ac5d81
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,26 @@ on:
push:
branches:
- main
paths-ignore:
- '.github/**'
- '*.md'
- 'Cargo.*'
- 'Makefile'
- renovate.json
paths:
- '**'
- '!.github/**'
- '!*.md'
- '!Cargo.*'
- '!Makefile'
- '!renovate.json'
- '.github/workflows/rust-clippy.yml'
pull_request:
# The branches below must be a subset of the branches above
branches:
- main
paths-ignore:
- '.github/**'
- '*.md'
- 'Cargo.*'
- 'Makefile'
- renovate.json
paths:
- '**'
- '!.github/**'
- '!*.md'
- '!Cargo.*'
- '!Makefile'
- '!renovate.json'
- '.github/workflows/rust-clippy.yml'

jobs:
rust-clippy-analyze:
Expand Down

0 comments on commit 8ac5d81

Please sign in to comment.