mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-06 14:35:32 +01:00
Allow actions to use branches other than master
This commit is contained in:
committed by
James Crook
parent
9a7b7c36d8
commit
c33a75ee25
4
.github/workflows/cmake_build.yml
vendored
4
.github/workflows/cmake_build.yml
vendored
@@ -63,8 +63,8 @@ jobs:
|
||||
# =========================================================================
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
ref: master
|
||||
# with:
|
||||
# ref: master
|
||||
|
||||
# =========================================================================
|
||||
# SHARED: Retrieve git hashes and set up for cache
|
||||
|
||||
Reference in New Issue
Block a user