Skip to content

Commit

Permalink
ci: added test and building to pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
lindell committed Feb 17, 2021
1 parent 87680cd commit ca015ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Building
on: [push]
on: [push, pull_request]
jobs:
build:
name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Testing
on: [push]
on: [push, pull_request]
jobs:
build:
name: Build
Expand Down

0 comments on commit ca015ea

Please sign in to comment.