Skip to content

Commit fb5f143

Browse files
authored
update main.yaml (#1551)
1 parent a7cf3ef commit fb5f143

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,14 @@ on:
1111

1212
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.merged == true)
1313

14+
pull_request:
15+
types: [closed]
16+
branches:
17+
- main
18+
1419
jobs:
1520
build:
21+
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.merged == true)
1622
strategy:
1723
matrix:
1824
include:

0 commit comments

Comments
 (0)