From 0ee70b97e49ba7bc5c006fc2e60cc01d9b95dfd9 Mon Sep 17 00:00:00 2001 From: chrisdill Date: Sun, 1 Sep 2024 20:21:58 +0100 Subject: [PATCH] Update build.yml --- .gitea/workflows/build.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 5931833..33b224c 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -1,7 +1,11 @@ name: Build on: - - push - - pull_request + push: + branches: + - master + pull_request: + branches: + - master jobs: build: