Fix issue with reference to branches in CI workflow.

This commit is contained in:
2024-09-06 18:14:50 -07:00
parent afcd821a12
commit 57cf7e9036

View File

@@ -3,7 +3,6 @@ on:
push: push:
branches: branches:
- "master" - "master"
- "gdb.lgbtqi.app-production"
jobs: jobs:
job1: job1:
@@ -33,7 +32,7 @@ jobs:
name: Checkout the docker build branch... name: Checkout the docker build branch...
uses: https://github.com/actions/checkout@v3 uses: https://github.com/actions/checkout@v3
with: with:
ref: production ref: master
path: docker path: docker
- -
name: Install required system packages... name: Install required system packages...