From 27994d614dce68fdc8d5ba53e60c25022a9fee88 Mon Sep 17 00:00:00 2001 From: Alexander Terry Date: Fri, 19 Apr 2024 14:52:24 -0800 Subject: [PATCH] use releases branch --- .github/workflows/ghcr.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml index dc58f7f..1ec2be9 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -4,6 +4,8 @@ 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: + - release # 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: