Skip to content

Commit

Permalink
Adjust lint paths
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalKalke committed May 7, 2024
1 parent da0c3b5 commit 9193910
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Lint test
on:
pull_request:
paths:
- 'components/operator'
- 'components/serverless'
- '.github'
- 'components/operator/**'
- 'components/serverless/**'
- '.github/**'
types:
- opened
- reopened
Expand Down

0 comments on commit 9193910

Please sign in to comment.