Skip to content

Commit

Permalink
Merge pull request #4 from dirsigler/dev
Browse files Browse the repository at this point in the history
change ci workflow rule
  • Loading branch information
Dennis Irsigler authored Nov 5, 2021
2 parents aca22e9 + 62e5ead commit 881eda3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Lint and Test Charts

on: pull_request
on:
pull_request:
paths:
- 'charts/**'

jobs:
lint-test:
Expand Down

0 comments on commit 881eda3

Please sign in to comment.