ci: fixed github action tags matching

This commit is contained in:
Geoff Bourne 2020-06-19 13:15:23 -05:00
parent 3eaf756aa2
commit 60ef1b8867

View file

@ -11,8 +11,11 @@ on:
- adopt11
- adopt13
tags:
- "[0-9.]"
- "[0-9.]-*"
- "[0-9]+.[0-9]+.[0-9]+"
- "[0-9]+.[0-9]+.[0-9]+-openj9"
- "[0-9]+.[0-9]+.[0-9]+-openj9-nightly"
- "[0-9]+.[0-9]+.[0-9]+-adopt11"
- "[0-9]+.[0-9]+.[0-9]+-adopt13"
pull_request:
branches: [ master ]