Skip to content

Commit

Permalink
Update CI workflow to trigger CI only on code level changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kokodak authored Jun 24, 2024
1 parent 1df48f5 commit 56a78aa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ on:
branches: [ main ]
pull_request:
branches: [ main ]
paths-ignore:
- 'api/docs/**'
- 'build/charts/**'
- '**/*.md'
- '**/*.txt'
- '**/.gitignore'

env:
GO_VERSION: '1.21'
Expand Down

0 comments on commit 56a78aa

Please sign in to comment.