From 3e687d3c75b5c593c536134f74a69f502f6b7f3b Mon Sep 17 00:00:00 2001 From: themixedupstuff Date: Sat, 6 Apr 2024 15:52:44 +0200 Subject: [PATCH] Only make pushes to stable build. --- .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 cabb028..adc1eb9 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -3,7 +3,7 @@ run-name: Build Quik.FreeType on Docker. on: workflow_dispatch: push: - branches: [master, stable] + branches: stable jobs: build: