From cab682653bef723462ebb6f9182aaf9cc612d7ef Mon Sep 17 00:00:00 2001 From: Samuel Giffard Date: Sun, 3 Dec 2023 11:35:53 +0100 Subject: [PATCH] ci: Change the GitHub Actions trigger Now, it will run tests for every pull request made to the `master` branch, as well as when merges are pushed to `master`. --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ce9e18e..4f8c42c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,10 +2,11 @@ name: Build and Test on: push: + branches: + - master pull_request: branches: - master - types: [closed] jobs: matrix-builder: