From: George Joseph Date: Sun, 16 Feb 2025 23:24:27 +0000 (-0700) Subject: .github: Change branch of reusable workflows to main. X-Git-Tag: 22.3.0-rc1~19 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=d6ce7bb395cdc0f15a3e537d9a3daf95f382c40c;p=thirdparty%2Fasterisk.git .github: Change branch of reusable workflows to main. (cherry picked from commit 07f37f51fedf3b6d74adcc683e044109d98905b7) --- diff --git a/.github/workflows/OnPRCPCheck.yml b/.github/workflows/OnPRCPCheck.yml index 8c8ad7273e..9f970d732d 100644 --- a/.github/workflows/OnPRCPCheck.yml +++ b/.github/workflows/OnPRCPCheck.yml @@ -11,4 +11,4 @@ jobs: concurrency: group: cpcheck-${{ github.base_ref }}-${{ github.ref_name }} cancel-in-progress: true - uses: asterisk/asterisk-ci-actions/.github/workflows/AsteriskPRCPCheck.yml@main-pr-target + uses: asterisk/asterisk-ci-actions/.github/workflows/AsteriskPRCPCheck.yml@main diff --git a/.github/workflows/OnPRCheck.yml b/.github/workflows/OnPRCheck.yml index e4d30f9d7b..59dc56106f 100644 --- a/.github/workflows/OnPRCheck.yml +++ b/.github/workflows/OnPRCheck.yml @@ -11,4 +11,4 @@ jobs: concurrency: group: check-${{ github.base_ref }}-${{ github.ref_name }} cancel-in-progress: true - uses: asterisk/asterisk-ci-actions/.github/workflows/AsteriskPRCheck.yml@main-pr-target + uses: asterisk/asterisk-ci-actions/.github/workflows/AsteriskPRCheck.yml@main