Renamed forge branch to java8

This commit is contained in:
Geoff Bourne
2021-01-30 18:32:32 -06:00
parent 34f800d815
commit 5700f36a6f
3 changed files with 7 additions and 2 deletions

View File

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