Skip to content

Commit 9e360fa

Browse files
committed
2 parents 899e705 + 6e56860 commit 9e360fa

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

.github/workflows/Build all projects.yml

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

3-
on:
4-
push:
5-
branches: [ master ]
6-
pull_request:
7-
branches: [ master ]
8-
3+
on: [push, pull_request]
94
jobs:
105
all_projects:
116
runs-on: windows-latest

.github/workflows/Test all projects.yml

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

3-
on:
4-
push:
5-
branches: [ master ]
6-
pull_request:
7-
branches: [ master ]
8-
3+
on: [push, pull_request]
94
jobs:
105
all_projects:
116
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)