Update ci.yaml
This commit is contained in:
parent
66e4d09b1d
commit
17f51bf16a
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -78,9 +78,7 @@ jobs:
|
||||
publish:
|
||||
name: Publish Release Docker Image
|
||||
needs: [build]
|
||||
if: |
|
||||
github.event_name != 'pull_request' && \
|
||||
(github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))
|
||||
if: github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
CODEGEN_DB_HOST: localhost
|
||||
|
Loading…
Reference in New Issue
Block a user