Skip to content

Commit 200cfa0

Browse files
committed
Refine pull request workflow triggers
1 parent 80a88fd commit 200cfa0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-pr.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Test pull request
22
on:
33
pull_request:
4+
types:
5+
- opened
6+
- reopened
7+
- ready_for_review
8+
- synchronize
49
jobs:
510
chart_validation:
611
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)