From 268f38e849ae1a2f70b72ce70bdb4049bf98a3e8 Mon Sep 17 00:00:00 2001 From: "sandipsamal117@gmail.com" Date: Wed, 9 Oct 2024 13:17:45 -0400 Subject: [PATCH] add branch to enable GH actions --- .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 b408b60..9ded7af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,11 +10,11 @@ name: build on: push: - branches: [ main ] + branches: [ main, build-fix ] tags: - "v?[0-9]+.[0-9]+.[0-9]+*" pull_request: - branches: [ main ] + branches: [ main, build-fix ] jobs: test: