From 60464792d70476aa734ebe77930ce279272de406 Mon Sep 17 00:00:00 2001 From: Darius klein Date: Sat, 26 Jul 2025 23:31:50 +0200 Subject: [PATCH] Added pipeline --- .github/workflows/Deploy-docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Deploy-docker.yml b/.github/workflows/Deploy-docker.yml index 17b3431..03cd64f 100644 --- a/.github/workflows/Deploy-docker.yml +++ b/.github/workflows/Deploy-docker.yml @@ -2,9 +2,9 @@ name: build and deploy kleinTodo on: push: - branches: [ "master" ] + branches: [ "main" ] pull_request: - branches: [ "master" ] + branches: [ "main" ] jobs: