1
0
mirror of https://github.com/taigrr/bitcask synced 2025-01-18 04:03:17 -08:00

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

View File

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

View File

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

View File

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

View File

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