Skip to content

Commit a97b8d5

Browse files
committed
Test on windows and test build on pull request
1 parent e86c955 commit a97b8d5

File tree

5 files changed

+6
-0
lines changed

5 files changed

+6
-0
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ on:
22
push:
33
tags:
44
- "*"
5+
pull_request:
56
name: "android"
67
jobs:
78
build:

.github/workflows/ios.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ on:
22
push:
33
tags:
44
- "*"
5+
pull_request:
56
name: "ios"
67
jobs:
78
build:

.github/workflows/linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ on:
22
push:
33
tags:
44
- "*"
5+
pull_request:
56
workflow_dispatch:
67
name: "linux"
78
jobs:

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
include:
1212
- os: ubuntu-latest
1313
- os: macos-latest
14+
- os: windows-latest
1415
steps:
1516
- uses: actions/checkout@v3
1617
with:

.github/workflows/windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ on:
22
push:
33
tags:
44
- "*"
5+
pull_request:
6+
workflow_dispatch:
57
name: "windows"
68
jobs:
79
build_windows:

0 commit comments

Comments
 (0)