Skip to content

Commit

Permalink
Run CI for all PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
mtibben committed Oct 28, 2019
1 parent 4dad0ea commit 41610ce
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: Continuous Integration
on: [push]

on:
push:
pull_request:
branches:
- master

jobs:

build:
Expand Down

0 comments on commit 41610ce

Please sign in to comment.