Compare commits
1 Commits
c9c4398451
...
31c2047f79
Author | SHA1 | Date | |
---|---|---|---|
![]() |
31c2047f79 |
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
@ -1,5 +1,5 @@
|
||||
name: CI
|
||||
on: [ push, pull_request ]
|
||||
on: [ push ]
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
@ -29,7 +29,6 @@ jobs:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
min-coverage-overall: 40
|
||||
min-coverage-changed-files: 60
|
||||
title: ${{ env.REPO }} Coverage
|
||||
|
||||
- name: Build Container
|
||||
run: docker build -f src/main/docker/Dockerfile.native-micro -t ${{ env.REPO }} .
|
||||
|
Loading…
x
Reference in New Issue
Block a user