Skip to content

Commit 1093db4

Browse files
committed
fix on parameter to use pull_request directly
Signed-off-by: jessebot <[email protected]>
1 parent 6ad09ae commit 1093db4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/lint-test.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Lint and Test Charts
22

3-
on:
4-
pull_request:
5-
paths:
3+
on: pull_request
4+
65
jobs:
76
changes:
87
runs-on: ubuntu-latest-low

0 commit comments

Comments
 (0)