From 5c2125cde2e6fda4d20def65f578272a67d1cb5a Mon Sep 17 00:00:00 2001 From: Deko Date: Fri, 14 Apr 2023 19:31:59 +0200 Subject: [PATCH] Run actions on correct branch --- .github/workflows/pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 63f4896..44f115c 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -2,7 +2,7 @@ name: Pipeline on: push: - branches: ['release'] + branches: ['main'] env: REGISTRY: ghcr.io