mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-12 07:01:08 +02:00
Allow actions to use branches other than master
This commit is contained in:
parent
9a7b7c36d8
commit
c33a75ee25
.github/workflows
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -3,12 +3,12 @@ name: Build Audacity
|
||||
on:
|
||||
push:
|
||||
# Remove the "#" from the next 2 lines if you need to disable this action
|
||||
#branches:
|
||||
# - disable
|
||||
branches:
|
||||
- disable
|
||||
pull_request:
|
||||
# Remove the "#" from the next 2 lines if you need to disable this action
|
||||
#branches:
|
||||
# - disable
|
||||
branches:
|
||||
- disable
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user