From 9e9f0dcb9811b8d03f77469bff7c46600813c904 Mon Sep 17 00:00:00 2001 From: Jubblin <14090755+Jubblin@users.noreply.github.com> Date: Tue, 7 May 2024 18:33:57 +0100 Subject: [PATCH] Update docker-publish.yml --- .github/workflows/docker-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 831ed39..b2daeaa 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -9,11 +9,11 @@ on: # schedule: # - cron: '32 9 * * *' push: - branches: [ "main" ] + branches: [ "*", ] # Publish semver tags as releases. tags: [ 'v*.*.*' ] pull_request: - branches: [ "main" ] + branches: [ "*" ] env: # Use docker.io for Docker Hub if empty