ci: Added forge branch to builds

This commit is contained in:
Geoff Bourne
2021-01-30 16:02:15 -06:00
parent ffec50141a
commit 34f800d815

View File

@@ -4,6 +4,7 @@ on:
push:
branches:
- master
- forge
- openj9
- openj9-11
- openj9-nightly
@@ -14,6 +15,7 @@ on:
- test/*
tags:
- "[0-9]+.[0-9]+.[0-9]+"
- "[0-9]+.[0-9]+.[0-9]+-forge"
- "[0-9]+.[0-9]+.[0-9]+-openj9"
- "[0-9]+.[0-9]+.[0-9]+-openj9-11"
- "[0-9]+.[0-9]+.[0-9]+-openj9-nightly"