From 41dec513c45e34833d1eafb5bc6842121ac7c26b Mon Sep 17 00:00:00 2001 From: Ryan Lamb <4955475+kinyoklion@users.noreply.github.com> Date: Wed, 3 Apr 2024 11:30:23 -0700 Subject: [PATCH] chore: Run CI workflow for feature branches. (#133) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 294807f1..49885396 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,11 +1,11 @@ name: Build and Test on: push: - branches: [ 'v7'] + branches: [ 'v7', 'feat/**' ] paths-ignore: - '**.md' # Don't run CI on markdown changes. pull_request: - branches: [ 'v7' ] + branches: [ 'v7', 'feat/**' ] paths-ignore: - '**.md'