forked from github.com/GenderDysphoria.fyi
Fix issue with reference to branches in CI workflow.
This commit is contained in:
@@ -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...
|
||||||
|
|||||||
Reference in New Issue
Block a user