From 463100ceff4b577150694897308788b3d6a08bfa Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Wed, 11 Dec 2024 17:06:25 -0600 Subject: [PATCH] CI: run builds on pull requests and pushes to *.x branches --- .github/workflows/continuous-integration.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 67b25964..120a0f0b 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -6,9 +6,11 @@ on: pull_request: branches: - "master" + - "*.x" push: branches: - "master" + - "*.x" tags: - "*"