feat: only run after CI pipeline was successful
All checks were successful
CI / test (pull_request) Successful in 28s

This commit is contained in:
2024-04-01 20:46:46 +02:00
parent 3392034a10
commit c01e517d3a

View File

@@ -1,9 +1,13 @@
name: CD
on:
push:
workflow_run:
workflows:
- CI
branches:
- main
types:
- completed
env:
DOCKER_REGISTRY: gitea.t000-n.de