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