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

Commit

Permalink
run gh actions on pr
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanio committed Dec 13, 2019
1 parent f899d94 commit b89a923
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/blockchain-coverage.yml
@@ -1,5 +1,5 @@
name: blockchain-coverage
on: [push]
on: [push, pull_request]
jobs:
coverage:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/blockchain-lint.yml
@@ -1,5 +1,5 @@
name: blockchain-lint
on: [push]
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/blockchain-test.yml
@@ -1,5 +1,5 @@
name: blockchain-test
on: [push]
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b89a923

Please sign in to comment.