mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-07 00:15:48 -04:00
fix message
This commit is contained in:
parent
f31290a1ea
commit
df1b854ab0
4
.github/workflows/build-docker.yml
vendored
4
.github/workflows/build-docker.yml
vendored
@ -2,7 +2,7 @@ name: Build Docker images for current branches
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- .github/workflows/build-docker.yml
|
||||
@ -35,7 +35,7 @@ jobs:
|
||||
path: ~/.ccache
|
||||
key: docker-build-${{ matrix.branch }}
|
||||
|
||||
- name: checkout ${branch}
|
||||
- name: checkout ${{ matrix.branch }}
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
ref: ${{ matrix.branch }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user