From 88a7c15a335760f632f42cf04bb02f14d1d3b3d0 Mon Sep 17 00:00:00 2001 From: Ryan Bigg Date: Mon, 11 Nov 2024 08:57:21 +1100 Subject: [PATCH] Run builds on master --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aabc806..8a290a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,8 +2,12 @@ name: CI on: push: - branches-ignore: [master] + branches: + - master tags-ignore: [v*] + pull_request: + branches: + - master concurrency: group: ${{ github.workflow }}-${{ github.ref }}