Skip to content

Commit 9be1421

Browse files
authored
Merge pull request #306 from andyzhangx/enable-action-all-branches
test: enable GH actions on all branches
2 parents 3c8cc71 + 0d6ca79 commit 9be1421

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

.github/workflows/darwin.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: MacOS Build & Unit Test
22
on:
3-
push:
4-
branches: [ master ]
5-
pull_request:
6-
branches: [ master ]
3+
pull_request: {}
4+
push: {}
75
jobs:
86
build:
97
name: Build

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Linux Tests
22
on:
3-
push:
4-
branches: [ master ]
5-
pull_request:
6-
branches: [ master ]
3+
pull_request: {}
4+
push: {}
75

86
jobs:
97

.github/workflows/windows.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Windows Tests
22
on:
3-
push:
4-
branches: [ master ]
5-
pull_request:
6-
branches: [ master ]
3+
pull_request: {}
4+
push: {}
75
jobs:
86
build:
97
strategy:

0 commit comments

Comments
 (0)