From aa9dc377a349475af0d43b1c9615de14cc9c01c0 Mon Sep 17 00:00:00 2001 From: Bengt Wegner Date: Thu, 19 Sep 2024 09:29:57 +0200 Subject: [PATCH] test --- .github/workflows/github_registry.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github_registry.yml b/.github/workflows/github_registry.yml index 2a96871..893a5d6 100644 --- a/.github/workflows/github_registry.yml +++ b/.github/workflows/github_registry.yml @@ -4,7 +4,7 @@ name: Create and publish a Docker image # Configures this workflow to run every time a change is pushed to the branch called `release`. on: push: - branches: ['main'] + branches: ['chore/github_registry_action'] # Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds. env: