Skip to content

Commit c2f5d10

Browse files
committed
Add pull_request trigger to CI workflow
1 parent 08ae7f4 commit c2f5d10

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches:
66
- main
77
- master
8+
9+
pull_request:
10+
types: [opened, synchronize, reopened, labeled]
811

912
jobs:
1013
build-and-test:

0 commit comments

Comments
 (0)