Skip to content

Commit 43c75dc

Browse files
committed
Fix pull-request build CI
1 parent 7da51b5 commit 43c75dc

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/pull-request-build.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
name: Build SDK
22
on:
3-
pull_request:
43
merge_group:
5-
types: [opened, synchronize, ready_for_review]
4+
pull_request:
5+
push:
6+
branches:
7+
- master
8+
paths-ignore:
9+
- '**.md'
10+
- '.all-contributorsrc'
11+
- 'docs/**'
612

713
concurrency:
814
group: start-pull-request-build-${{ github.ref }}

0 commit comments

Comments
 (0)