From 4f50207d002283cbd0aad0a35ace69479cacc96f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20Jir=C3=A9nius?= Date: Tue, 11 Jun 2024 18:26:49 +0200 Subject: [PATCH] GH-245: Only build on develop, master, and PRs. --- .github/workflows/build.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 84c1f98..7c4aa08 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,11 @@ name: Build -on: push +on: + push: + branches: + - develop + - master + pull_request: jobs: