From 61d72c371d4141f2f99dae8f3ad0e5cae18594fd Mon Sep 17 00:00:00 2001 From: Bastian Date: Thu, 21 Mar 2024 21:14:55 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 03008d4..5a3c4ed 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,9 +2,9 @@ name: Tests and builds app on: push: - branches: [main] + branches: ["feat/secret"] pull_request: - branches: [main] + branches: ["feat/secret"] jobs: build: @@ -30,4 +30,4 @@ jobs: with: push: true tags: | - ratisbonacoding/website:latest + ratisbonacoding/website:secret