Skip to content

Commit

Permalink
Specify paths to trigger workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Block <[email protected]>
  • Loading branch information
sabre1041 committed Oct 1, 2021
1 parent 0cfb678 commit 368dacf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
push:
branches:
- main
paths-ignore:
- ".github/**"
paths:
- "charts/**"

jobs:
release:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Lint Charts

on:
pull_request:
paths-ignore:
- ".github/**"
paths:
- "charts/**"

jobs:
test:
Expand Down

0 comments on commit 368dacf

Please sign in to comment.