mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2024-06-07 19:40:43 +00:00
ci: fixed github action tags matching
This commit is contained in:
parent
3eaf756aa2
commit
60ef1b8867
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@ -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 ]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user