Skip to content

Commit

Permalink
github-ci: fix paths-ignore syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
cfuguet committed Nov 20, 2024
1 parent 0e55e2f commit 8ef376d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ name: HPDcache Test CI
on:
push:
paths-ignore:
- 'docs/'
- '*.md'
- 'docs/**'
- '**.md'
- 'CODEOWNERS'
- 'LICENSE'

pull_request:
paths-ignore:
- 'docs/'
- '*.md'
- 'docs/**'
- '**.md'
- 'CODEOWNERS'
- 'LICENSE'

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/verible_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ name: verible-lint HPDcache source code
on:
push:
paths-ignore:
- 'docs/'
- '*.md'
- 'docs/**'
- '**.md'
- 'CODEOWNERS'
- 'LICENSE'

pull_request:
paths-ignore:
- 'docs/'
- '*.md'
- 'docs/**'
- '**.md'
- 'CODEOWNERS'
- 'LICENSE'

Expand Down

0 comments on commit 8ef376d

Please sign in to comment.