From 95cbbee81d0c85719af28f2913f49a3c16cefd71 Mon Sep 17 00:00:00 2001 From: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> Date: Tue, 16 Sep 2025 16:59:32 -0500 Subject: [PATCH] Adjust GHCR workflow to not run unless pushed to master --- .github/workflows/ghcr.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml index 733e4f3..f53e8c0 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -2,7 +2,8 @@ name: Publish to GHCR on: push: - + branches: + - master jobs: build: name: Build and publish to GHCR