Skip to content

Commit

Permalink
ci(core): fix CI skipped triggering.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpaulucci committed Nov 28, 2024
1 parent 87ec9df commit 5f63e11
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/ci_skipped.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@ name: CI Skipped
on:
pull_request:
branches: ["**"]
paths:
- 'README.md'
- 'LICENSE'
- "**/README.md"
- "**/docs/**"
paths-ignore:
- '**/*.rs'
- '**/*.toml'
- '**/*.yaml'
- '**/*.sh'
- '**/*.json'
- '**/*.rlp'
- 'Dockefile*'

jobs:
lint:
# "Lint" is a required check, don't change the name
Expand Down

0 comments on commit 5f63e11

Please sign in to comment.