From dfd5fd8ef52a774766389c2dc13b72b7e326e531 Mon Sep 17 00:00:00 2001 From: Naveen Singh <36371707+naveensingh@users.noreply.github.com> Date: Mon, 26 May 2025 17:26:20 +0530 Subject: [PATCH] ci: update branch name to main (#37) --- .github/workflows/pr.yml | 2 +- .github/workflows/testing-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 36adc78..acbc400 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -2,7 +2,7 @@ name: PR on: pull_request: - branches: [ master ] + branches: [ main ] jobs: call-pr-workflow: diff --git a/.github/workflows/testing-build.yml b/.github/workflows/testing-build.yml index 33379f9..8cd497a 100644 --- a/.github/workflows/testing-build.yml +++ b/.github/workflows/testing-build.yml @@ -2,7 +2,7 @@ name: Testing build (on PR) on: pull_request: - branches: [ master ] + branches: [ main ] types: [ labeled, opened, synchronize, reopened ] jobs: