Skip to content

Commit

Permalink
#163: Change conditional for when CI runs
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Jan 15, 2021
1 parent d5a40a5 commit d0c3a0a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: CI
on: push
on:
pull_request:
push:
branches:
- master
- feature/implement-ci-#163
jobs:
tests:
runs-on: ubuntu-16.04
Expand Down

0 comments on commit d0c3a0a

Please sign in to comment.