mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-07-16 21:44:55 +00:00
ci: adjusted github actions to build non-multiarch branches/tags
This commit is contained in:
@@ -4,7 +4,15 @@ name: build
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches:
|
||||||
|
- master
|
||||||
|
- openj9
|
||||||
|
- openj9-nightly
|
||||||
|
- adopt11
|
||||||
|
- adopt13
|
||||||
|
tags:
|
||||||
|
- "[0-9.]"
|
||||||
|
- "[0-9.]-*"
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user