Skip to content

Commit c31d5ea

Browse files
committed
workflow auto trigger by pr
1 parent 989176b commit c31d5ea

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
tags:
88
- "*"
99
pull_request:
10+
types: [opened, synchronize, reopened]
1011
branches:
1112
- main
1213

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- main
77
pull_request:
8+
types: [opened, synchronize, reopened]
89
branches:
910
- main
1011

0 commit comments

Comments
 (0)