test: enable GH action on all branches

This commit is contained in:
andyzhangx 2021-01-04 02:38:22 +00:00
parent d92f45196f
commit 960cbdd09f
2 changed files with 5 additions and 9 deletions

View File

@ -1,9 +1,7 @@
name: Darwin
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
pull_request: {}
push: {}
jobs:
build:
name: Unit Tests

View File

@ -1,9 +1,7 @@
name: Linux Unit tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
pull_request: {}
push: {}
jobs: