Skip to content

Commit 1fc0fdf

Browse files
add more triggers
1 parent bd5c0d1 commit 1fc0fdf

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,17 @@ name: Build and Test
1717

1818
on:
1919
pull_request:
20+
types: [opened, synchronize]
2021
branches:
2122
- main
23+
24+
merge_group:
25+
types:
26+
- checks_requested
27+
2228
push:
29+
# Allow manual invocation.
30+
workflow_dispatch:
2331

2432
jobs:
2533
buid-and-test:

0 commit comments

Comments
 (0)