Skip to content

Commit 2a3568b

Browse files
committed
fix: sync integration file
1 parent 4d421e1 commit 2a3568b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/integration.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ name: Integration 🔄
22

33
on:
44
pull_request:
5+
merge_group:
56

67
jobs:
78
linelint:
89
runs-on: ubuntu-latest
10+
if: github.event_name == 'pull_request'
911
steps:
1012
- uses: actions/checkout@v4
1113
with:

0 commit comments

Comments
 (0)