ci: adjusted github actions to build non-multiarch branches/tags

This commit is contained in:
Geoff Bourne
2020-06-19 11:41:53 -05:00
parent bc318fa185
commit 3eaf756aa2

View File

@@ -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 ]