Skip to content

Commit

Permalink
chore(ci): validate only pkg changes
Browse files Browse the repository at this point in the history
  • Loading branch information
squakez committed Jul 25, 2023
1 parent acdcb14 commit 295b898
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,14 @@ on:
branches:
- main
- "release-*"
paths:
- 'pkg/**'
push:
branches:
- main
- "release-*"
paths:
- 'pkg/**'

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
Expand Down

0 comments on commit 295b898

Please sign in to comment.