From 1def337e6a0eff3342bdeeb3f7f13d7231348a29 Mon Sep 17 00:00:00 2001 From: Bengt Wegner Date: Wed, 18 Sep 2024 16:51:25 +0200 Subject: [PATCH] test Signed-off-by: Bengt Wegner --- .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 960da2c..06047e4 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: