.github: Change branch of reusable workflows to main.

(cherry picked from commit a5d37e5ecb)
releases/20
George Joseph 2 months ago committed by Asterisk Development Team
parent 5b8dcba9c4
commit 49bf285613

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

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

Loading…
Cancel
Save