From 0485c1aaf07de53b0513ed0c8986b06d235975f2 Mon Sep 17 00:00:00 2001 From: arch1t3cht Date: Thu, 10 Nov 2022 15:05:00 +0100 Subject: [PATCH] ci: Run on every push There's no monthly time limit anymore, so there's no harm in just building on feature. --- .github/workflows/ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1879c0995..d3cc770f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,13 @@ name: Meson CI on: push: - branches: [ master ] + branches: + - master + - feature pull_request: - branches: [ master ] + branches: + - master + - feature jobs: build: