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:
parent
944cc58cf5
commit
e171331c25
2
.github/workflows/codecov.yml
vendored
2
.github/workflows/codecov.yml
vendored
@ -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
|
||||||
|
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -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
|
||||||
|
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@ -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
|
||||||
|
2
.github/workflows/reviewdog.yml
vendored
2
.github/workflows/reviewdog.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user