Skip to content

Commit 772434b

Browse files
authored
Merge pull request #46 from TrueNine/dev
ci: 为工作流添加 pull_request 事件类型
2 parents 5d44008 + 7d6c90f commit 772434b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- main
7+
types: [opened, synchronize, reopened, closed]
78

89
concurrency:
910
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- main
7+
types: [opened, synchronize, reopened, closed]
78

89
concurrency:
910
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)