Skip to content

Commit 325e650

Browse files
committed
don't run Test twice for every pull_request activity
1 parent 9f0d6bb commit 325e650

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/test-charts.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
name: Test Charts
22

33
on:
4-
- push
5-
- pull_request
4+
push:
5+
pull_request:
6+
types:
7+
- opened
8+
- reopened
9+
- synchronize
610

711
jobs:
812
test:

0 commit comments

Comments
 (0)