Skip to content

Commit

Permalink
PR workflows ignore doc updates
Browse files Browse the repository at this point in the history
Signed-off-by: Aitor Perez Cedres <[email protected]>
  • Loading branch information
Zerpet committed Jul 4, 2024
1 parent 26d432b commit e201ca5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ name: PR
on:
pull_request:
branches: [ main ]
paths-ignore:
- 'docs/**'
- '*.md'
- 'LICENSE.txt'
- 'PROJECT'
- 'hack/**'

env:
GO_VERSION: '1.22.x' # Require Go 1.22.x
Expand Down

0 comments on commit e201ca5

Please sign in to comment.