From 57ec9f046cdbcf5338be9f0a556f213294a8ee12 Mon Sep 17 00:00:00 2001 From: hazycora Date: Wed, 22 May 2024 22:49:46 -0500 Subject: [PATCH] use main branch for actions --- .forgejo/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/publish.yml b/.forgejo/workflows/publish.yml index 3d3c7bd..fb91010 100644 --- a/.forgejo/workflows/publish.yml +++ b/.forgejo/workflows/publish.yml @@ -1,9 +1,9 @@ name: Create and publish a Docker image -# Configures this workflow to run every time a change is pushed to the branch called `release`. +# Configures this workflow to run every time a change is pushed to the branch called `main`. on: push: - branches: ['release'] + branches: ['main'] # Defines 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: