Update CI workflow to run on all branches

This commit is contained in:
Nick Hall 2023-08-02 15:38:23 +01:00
parent 4a1322a970
commit 2b5a95135c

View File

@ -19,11 +19,7 @@
name: Gramps CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
on: [push, pull_request]
jobs:
build: