Skip to content

Commit f6b3a1e

Browse files
committed
Add pull_request event types
Signed-off-by: btofel <[email protected]>
1 parent f6523bf commit f6b3a1e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/unit.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ env:
44
on:
55
push:
66
branches:
7-
- master
7+
- master # Triggers the workflow on commits pushed to master, including merges.
88
pull_request:
9-
workflow_dispatch:
10-
merge_group:
9+
types: [opened, synchronize, reopened] # Triggers the workflow on new, updated, or reopened PRs.
10+
workflow_dispatch: # Allows the workflow to be manually triggered.
1111
issue_comment:
12-
types: [created]
12+
types: [created] # Triggers the workflow when a comment is created.
1313
jobs:
1414
unit:
1515
if: >-

0 commit comments

Comments
 (0)