From 018033d5a6acdeaf0548e8aa9fcb6fb2444cf7f3 Mon Sep 17 00:00:00 2001 From: Nick Hastings Date: Sat, 3 Aug 2024 13:44:00 -0400 Subject: [PATCH] feat(ci): Add CI for PRs to all dev/stable version branches --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5bf437e..c93067f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,9 +3,11 @@ on: push: branches: - master + - '[0-9]+.[0-9]+-dev' pull_request: branches: - master + - '[0-9]+.[0-9]+-dev' jobs: test: strategy: