.github: Change branch of reusable workflows to main.

This commit is contained in:
George Joseph
2025-02-16 16:24:27 -07:00
parent 9822f6fd25
commit e8399bcc53
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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