Skip to content

Commit

Permalink
fix(ci): Run validate workflow on cmd and addons
Browse files Browse the repository at this point in the history
  • Loading branch information
gansheer authored and christophd committed Nov 15, 2023
1 parent def1a61 commit ecdda13
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 @@ -24,12 +24,16 @@ on:
- "release-*"
paths:
- 'pkg/**'
- 'cmd/**'
- 'addons/**'
push:
branches:
- main
- "release-*"
paths:
- 'pkg/**'
- 'cmd/**'
- 'addons/**'

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

0 comments on commit ecdda13

Please sign in to comment.