Allow actions to use branches other than master

This commit is contained in:
Leland Lucius 2020-04-30 11:41:12 -05:00 committed by James Crook
parent 9a7b7c36d8
commit c33a75ee25
2 changed files with 6 additions and 6 deletions

View File

@ -3,12 +3,12 @@ name: Build Audacity
on: on:
push: push:
# Remove the "#" from the next 2 lines if you need to disable this action # Remove the "#" from the next 2 lines if you need to disable this action
#branches: branches:
# - disable - disable
pull_request: pull_request:
# Remove the "#" from the next 2 lines if you need to disable this action # Remove the "#" from the next 2 lines if you need to disable this action
#branches: branches:
# - disable - disable
jobs: jobs:
build: build:

View File

@ -63,8 +63,8 @@ jobs:
# ========================================================================= # =========================================================================
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
with: # with:
ref: master # ref: master
# ========================================================================= # =========================================================================
# SHARED: Retrieve git hashes and set up for cache # SHARED: Retrieve git hashes and set up for cache