Skip to content

Commit eb45397

Browse files
committed
Update workflows to support merge groups
1 parent 6115e8a commit eb45397

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Build and Test
22

33
on:
4+
merge_group:
45
pull_request_target:
56
types:
67
- opened

.github/workflows/semgrep.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Semgrep
22

33
on:
4+
merge_group:
45
pull_request_target:
56
types:
67
- opened

0 commit comments

Comments
 (0)