Skip to content

Commit c7f96dc

Browse files
authored
Merge branch 'master' into merge-2.2.2
2 parents 262e7aa + b0261a8 commit c7f96dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- "**"
7+
pull_request:
78
workflow_dispatch:
89

910
env:
@@ -36,6 +37,7 @@ jobs:
3637

3738
build:
3839
runs-on: windows-latest
40+
if: github.ref == 'refs/heads/master'
3941
needs: test
4042

4143
steps:

0 commit comments

Comments
 (0)