chore: cleanup #9

Merged
t.behrendt merged 6 commits from chore-cleanup into main 2024-08-11 13:08:07 +02:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit c150841d68 - Show all commits

View File

@@ -2,7 +2,7 @@ name: CD
on:
workflow_run:
workflows: ["CI"]
workflows: ["ci.yaml"]
branches: [main]
types:
- completed
@@ -14,6 +14,7 @@ jobs:
build_and_push:
name: Build and push
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Checkout
uses: actions/checkout@v4

View File

@@ -1,4 +1,5 @@
name: CI
on:
pull_request:
push: