File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 14
14
pull_request :
15
15
branches :
16
16
- master
17
+ paths-ignore :
18
+ - README.md
19
+ - " examples/**"
20
+ - " docs/**"
17
21
18
22
jobs :
19
23
build :
Original file line number Diff line number Diff line change @@ -33,15 +33,9 @@ For Minecraft Java Edition you'll need to use this image instead:
33
33
34
34
- ` EULA ` (no default) : must be set to ` TRUE ` to
35
35
accept the [ Minecraft End User License Agreement] ( https://minecraft.net/terms )
36
- - ` VERSION ` (` LATEST ` ) : can be set to a specific server version or the following special values can be used:
36
+ - ` VERSION ` (default is ` LATEST ` ) : can be set to a specific server version or the following special values can be used:
37
37
- ` LATEST ` : determines the latest (non-preview) version and can be used to auto-upgrade on container start
38
38
- ` PREVIEW ` : determines the latest preview version and will auto-upgrade
39
- - ` PREVIOUS ` : uses the previously maintained major version. Useful when the mobile app is gradually being upgraded across devices
40
- - ` 1.11 ` : the latest version of 1.11
41
- - ` 1.12 ` : the latest version of 1.12
42
- - ` 1.13 ` : the latest version of 1.13
43
- - ` 1.14 ` : the latest version of 1.14
44
- - ` 1.16 ` : the latest version of 1.16
45
39
- otherwise any specific server version can be provided. If it is a preview version, also set ` PREVIEW ` to "true"
46
40
- ` UID ` (default derived from ` /data ` owner) : can be set to a specific user ID to run the
47
41
bedrock server process
You can’t perform that action at this time.
0 commit comments