Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Commit

Permalink
Merge 7ce5d72 into 5fed283
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanio committed Dec 16, 2019
2 parents 5fed283 + 7ce5d72 commit 2b9315d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/common-coverage.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: common-coverage
on: [push]
on: [push, pull_request]
jobs:
coverage:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/common-lint.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: common-lint
on: [push]
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/common-test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: common-test
on: [push]
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2b9315d

Please sign in to comment.