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: 21.8.0-rc1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c58a351268902dfc4ba9db1fee09d132bf9d6b58;p=thirdparty%2Fasterisk.git .github: Change branch of reusable workflows to main. (cherry picked from commit e8399bcc537680871a8134c1a2386db0917b83bd) --- 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