Skip to content

Commit

Permalink
tests: run tests on push
Browse files Browse the repository at this point in the history
Signed-off-by: Nathaniel McCallum <[email protected]>
  • Loading branch information
npmccallum committed Apr 11, 2022
1 parent aecadde commit 4c59f36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
on: [pull_request]
on: [push, pull_request]
name: lint
jobs:
fmt:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
on: [pull_request]
on: [push, pull_request]
name: test
jobs:
test:
Expand Down

0 comments on commit 4c59f36

Please sign in to comment.