Skip to content

Commit

Permalink
Merge pull request #16 from sabre1041/github-actions-path
Browse files Browse the repository at this point in the history
Specify paths to trigger workflows
  • Loading branch information
cpanato authored Oct 2, 2021
2 parents 0cfb678 + 368dacf commit 04b343a
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 04b343a

Please sign in to comment.