From f4480a11c2592f05d43d6598db1d425a0033affe Mon Sep 17 00:00:00 2001 From: Joseph Nelson Date: Sun, 31 May 2026 22:44:02 -0700 Subject: [PATCH] removed conditional --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 8c9786f..6967dae 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -6,7 +6,7 @@ on: [push] #types: [closed] jobs: build-and-push: - if: gitea.event.pull_request.merged == true + #if: gitea.event.pull_request.merged == true runs-on: ubuntu-latest container: image: catthehacker/ubuntu:act-latest