Skip to content

Commit

Permalink
Merge pull request #121 from sensiblecodeio/check-push-to-master
Browse files Browse the repository at this point in the history
Run tests on push to master
  • Loading branch information
StevenMaude authored Jun 5, 2020
2 parents a2de528 + 8338250 commit 5f4ae98
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: CI
on: pull_request
on:
push:
branches:
master
pull_request:

jobs:
build:
Expand Down

0 comments on commit 5f4ae98

Please sign in to comment.