From 9f8a39f57531d8b1d09f0d61872ef3ce6a9ff384 Mon Sep 17 00:00:00 2001 From: vvzvlad Date: Sat, 1 Feb 2025 18:34:43 +0300 Subject: [PATCH] Update ghcr-check-publish.yml --- .github/workflows/ghcr-check-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ghcr-check-publish.yml b/.github/workflows/ghcr-check-publish.yml index 14b3cdb..a84101d 100644 --- a/.github/workflows/ghcr-check-publish.yml +++ b/.github/workflows/ghcr-check-publish.yml @@ -3,9 +3,9 @@ name: Docker Image CI on: workflow_dispatch: push: - branches: [ "master" ] + branches: [ "main" ] pull_request: - branches: [ "master" ] + branches: [ "main" ] jobs: build: