mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-11-10 14:24:28 +00:00
ci: exclude java8 from multiarch builds
This commit is contained in:
parent
3084a2f409
commit
fa60f8c16e
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build-multiarch.yml
vendored
4
.github/workflows/build-multiarch.yml
vendored
|
@ -6,10 +6,14 @@ on:
|
|||
- multiarch-latest
|
||||
- java*
|
||||
- test/multiarch/*
|
||||
branches-ignore:
|
||||
- java8
|
||||
tags:
|
||||
- "[0-9]+.[0-9]+.[0-9]+-multiarch"
|
||||
- "[0-9]+.[0-9]+.[0-9]+-multiarch-latest"
|
||||
- "[0-9]+.[0-9]+.[0-9]+-java*"
|
||||
tags-ignore:
|
||||
- "[0-9]+.[0-9]+.[0-9]+-java8"
|
||||
paths-ignore:
|
||||
- "*.md"
|
||||
- "docs/**"
|
||||
|
|
Loading…
Reference in a new issue