From 2b5a95135cd73564e934cd21805efa9e4974e215 Mon Sep 17 00:00:00 2001 From: Nick Hall Date: Wed, 2 Aug 2023 15:38:23 +0100 Subject: [PATCH] Update CI workflow to run on all branches --- .github/workflows/gramps-ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/gramps-ci.yml b/.github/workflows/gramps-ci.yml index 46a28f0b5..3d94d48b2 100644 --- a/.github/workflows/gramps-ci.yml +++ b/.github/workflows/gramps-ci.yml @@ -19,11 +19,7 @@ name: Gramps CI -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] +on: [push, pull_request] jobs: build: