mirror of
https://github.com/apple/container.git
synced 2026-07-15 14:07:04 +00:00
Fix typo in release branch name (#14)
Signed-off-by: Kathryn Baldauf <k_baldauf@apple.com>
This commit is contained in:
@@ -7,7 +7,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
checkBranch:
|
checkBranch:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'ref/heads/release')
|
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release')
|
||||||
steps:
|
steps:
|
||||||
- name: Branch validation
|
- name: Branch validation
|
||||||
run: echo "Branch ${{ github.ref_name }} is allowed"
|
run: echo "Branch ${{ github.ref_name }} is allowed"
|
||||||
|
|||||||
Reference in New Issue
Block a user