Merge pull request #334 from EwoutH/ci-pr

CI: Run on pull requests
This commit is contained in:
Seph Soliman 2020-12-29 10:43:45 -08:00 committed by GitHub
commit a47f1f2beb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
name: Build
on: push
on: [push, pull_request]
jobs:
build-example-ios:
name: build-example-ios
@ -24,4 +24,4 @@ jobs:
- name: Bootstrap
run: yarn bootstrap
- name: Build
run: cd example/android && ./gradlew assembleDebug
run: cd example/android && ./gradlew assembleDebug

View File

@ -1,5 +1,5 @@
name: Linter
on: push
on: [push, pull_request]
jobs:
eslint:
name: ESLint
@ -10,4 +10,4 @@ jobs:
- name: Install modules
run: yarn
- name: Lint
run: yarn lint
run: yarn lint