1
0
mirror of https://git.mills.io/kayos/bitraft.git synced 2024-06-16 03:48:56 +00:00

Run CI on push

This commit is contained in:
James Mills 2020-02-02 07:44:47 +10:00
parent d5eb80bb22
commit 0308a916f1
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