From a07b18c984225338c75aa67953afb7a4897a90bf Mon Sep 17 00:00:00 2001 From: Jesse Houldsworth Date: Tue, 18 Mar 2025 09:59:44 -0700 Subject: [PATCH] fixing branch name in ci file --- .github/workflows/ci-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index be640332d..a76236f1d 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -3,7 +3,7 @@ name: Build with JFrog CLI (Forcing New Extractor) on: push: branches: - - master + - main - develop pull_request: