Skip to content

Commit 62f4995

Browse files
committed
chore: update helm-unittest workflow to trigger on push and pull_request events
1 parent cf8759d commit 62f4995

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/helm-unittest.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Helm Unit Tests
22

3-
on: pull_request
3+
on:
4+
push:
5+
pull_request:
46

57
jobs:
68
helm-unittest:

0 commit comments

Comments
 (0)