Skip to content

Commit

Permalink
Merge branch 'run-ci-on-pr' into reduce-reads
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamHillier committed Mar 4, 2020
2 parents 5ee8a5c + 5291951 commit 4866629
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Lint

on: [push]
on:
push:
branches:
- master
pull_request: {}

jobs:
build:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Tests

on: [push]
on:
push:
branches:
- master
pull_request: {}

jobs:
TFLite:
Expand Down

0 comments on commit 4866629

Please sign in to comment.