Run CI on push

This commit is contained in:
James Mills 2020-02-02 07:44:05 +10:00
parent 944cc58cf5
commit e171331c25
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6
4 changed files with 4 additions and 4 deletions

@ -1,5 +1,5 @@
name: Coverage
on: [pull_request]
on: [push, pull_request]
jobs:
test:
name: Test and Report

@ -1,5 +1,5 @@
name: Docker
on: [pull_request]
on: [push, pull_request]
jobs:
build:
name: Build Image

@ -1,5 +1,5 @@
name: Go
on: [pull_request]
on: [push, pull_request]
jobs:
test:
name: Build and Test

@ -1,5 +1,5 @@
name: ReviewDog
on: [pull_request]
on: [push, pull_request]
jobs:
golangci-lint:
name: runner / golangci-lint