From 36c5108cd755cbc396b5e3db1c3718d757c3e5c0 Mon Sep 17 00:00:00 2001 From: DroidZed <41507665+DroidZed@users.noreply.github.com> Date: Thu, 9 Nov 2023 14:29:41 +0100 Subject: [PATCH] =?UTF-8?q?FIXED=20MY=20STUPIDITY=20=F0=9F=A4=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-image.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 6238a5e..1a5450e 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -2,9 +2,7 @@ name: Docker Image CI on: push: - branches: [ master ] - pull_request: - branches: [ master ] + branches: [ main ] jobs: build: