Skip to content

Commit

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

pull_request:
paths-ignore:
- 'docs'
- 'docs/'
- '*.md'
- 'CODEOWNERS'
- 'LICENSE'
Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/verible_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,20 @@

name: verible-lint HPDcache source code
on:
push:
paths-ignore:
- 'docs/'
- '*.md'
- 'CODEOWNERS'
- 'LICENSE'

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

jobs:
lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0e55e2f

Please sign in to comment.