From 66772197684b8cec7940883fdd55fbbcc34ad782 Mon Sep 17 00:00:00 2001 From: PWRxPSYCHO <32745243+PWRxPSYCHO@users.noreply.github.com> Date: Tue, 26 Dec 2023 15:27:21 -0500 Subject: [PATCH] Update docker-image.yml --- .github/workflows/docker-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index ab18cab..6c947ff 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -7,11 +7,11 @@ name: Docker on: push: - branches: [ "master" ] + branches: [ "main" ] # Publish semver tags as releases. tags: [ 'v*.*.*' ] pull_request: - branches: [ "master" ] + branches: [ "main" ] env: # Use docker.io for Docker Hub if empty