From 1bcbdf14f1a462808a44554c2bf443757521df23 Mon Sep 17 00:00:00 2001 From: Simon Vidanovic Date: Mon, 23 Sep 2024 10:06:08 -0700 Subject: [PATCH] Update test to work with any branch name. --- .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 6062d0f..ce14484 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [ main, master ] + branches: [ '**' ] pull_request: - branches: [ main, master ] + branches: [ '**' ] jobs: build-and-test: