forked from MTSR/mapserver
only build docker image on master branch
This commit is contained in:
parent
aaa020da2e
commit
fbd0a6190d
6
.github/workflows/docker.yml
vendored
6
.github/workflows/docker.yml
vendored
@ -2,10 +2,8 @@ name: docker
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches-ignore:
|
branches:
|
||||||
- 'dependabot/*'
|
- master
|
||||||
tags:
|
|
||||||
- '*'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
Loading…
Reference in New Issue
Block a user