Merge pull request #129 from andyzhangx/enable-action-all-branches

test: enable GH actions on all branches
This commit is contained in:
Andy Zhang 2021-01-04 10:57:53 +08:00 committed by GitHub
commit d0b0ea08c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 9 deletions

View File

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

View File

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