Skip to content

Commit

Permalink
ci: skip running github action on vendor folder
Browse files Browse the repository at this point in the history
Signed-off-by: subhamkrai <[email protected]>
  • Loading branch information
subhamkrai committed Jun 25, 2024
1 parent 59d1fd3 commit 6aa5ef7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
name: lint
on:
push:
paths-ignore:
'vendor/**'
tags:
- v*
branches:
- main
- release-*
pull_request:
paths-ignore:
'vendor/**'
branches:
- main
- release-*
Expand Down

0 comments on commit 6aa5ef7

Please sign in to comment.