From 39305e55ff779115cb885dd065f74dce86ee85fa Mon Sep 17 00:00:00 2001 From: Joey Vagedes Date: Fri, 19 May 2023 16:19:47 -0700 Subject: [PATCH] Have workflows run --- .github/workflows/run-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-ci.yml b/.github/workflows/run-ci.yml index 6f038335a..ee9f5447f 100644 --- a/.github/workflows/run-ci.yml +++ b/.github/workflows/run-ci.yml @@ -8,9 +8,9 @@ name: CI on: push: - branches: [ "master" ] + branches: [ "master", "feature/1.0.0" ] pull_request: - branches: [ "master" ] + branches: [ "master", "feature/1.0.0" ] jobs: