Skip to content

Commit 028d56e

Browse files
committed
!release
**Totally reworked whole project**. Added [wiki](https://github.com/Fulminazzo/YAGL/wiki) for both **server admins** and **developers**. Added several **modules** and **submodules** with proper documentation. Added several automatic **Github actions**. Renamed packages to `it.fulminazzo`. Reworked [README.md](https://github.com/Fulminazzo/YAGL)
1 parent f48f3d5 commit 028d56e

16 files changed

+44
-16
lines changed

.github/workflows/bukkit-1.10.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# 1.10.2-R0.1-SNAPSHOT
22
name: MC 1.10
33

4-
on: [ push ]
4+
on:
5+
push:
6+
branches: [ "main", "master" ]
57

68
jobs:
79
test:

.github/workflows/bukkit-1.11.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# 1.11.2-R0.1-SNAPSHOT
22
name: MC 1.11
33

4-
on: [ push ]
4+
on:
5+
push:
6+
branches: [ "main", "master" ]
57

68
jobs:
79
test:

.github/workflows/bukkit-1.12.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# 1.12.2-R0.1-SNAPSHOT
22
name: MC 1.12
33

4-
on: [ push ]
4+
on:
5+
push:
6+
branches: [ "main", "master" ]
57

68
jobs:
79
test:

.github/workflows/bukkit-1.13.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# 1.13.2-R0.1-SNAPSHOT
22
name: MC 1.13
33

4-
on: [ push ]
4+
on:
5+
push:
6+
branches: [ "main", "master" ]
57

68
jobs:
79
test:

.github/workflows/bukkit-1.14.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# 1.14.4-R0.1-SNAPSHOT
22
name: MC 1.14
33

4-
on: [ push ]
4+
on:
5+
push:
6+
branches: [ "main", "master" ]
57

68
jobs:
79
test:

.github/workflows/bukkit-1.15.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# 1.15.2-R0.1-SNAPSHOT
22
name: MC 1.15
33

4-
on: [ push ]
4+
on:
5+
push:
6+
branches: [ "main", "master" ]
57

68
jobs:
79
test:

.github/workflows/bukkit-1.16.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# 1.16.5-R0.1-SNAPSHOT
22
name: MC 1.16
33

4-
on: [ push ]
4+
on:
5+
push:
6+
branches: [ "main", "master" ]
57

68
jobs:
79
test:

.github/workflows/bukkit-1.17.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# 1.17.1-R0.1-SNAPSHOT
22
name: MC 1.17
33

4-
on: [ push ]
4+
on:
5+
push:
6+
branches: [ "main", "master" ]
57

68
jobs:
79
test:

.github/workflows/bukkit-1.18.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# 1.18.2-R0.1-SNAPSHOT
22
name: MC 1.18
33

4-
on: [ push ]
4+
on:
5+
push:
6+
branches: [ "main", "master" ]
57

68
jobs:
79
test:

.github/workflows/bukkit-1.19.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# 1.19.4-R0.1-SNAPSHOT
22
name: MC 1.19
33

4-
on: [ push ]
4+
on:
5+
push:
6+
branches: [ "main", "master" ]
57

68
jobs:
79
test:

.github/workflows/bukkit-1.20.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# 1.20.4-R0.1-SNAPSHOT
22
name: MC 1.20
33

4-
on: [ push ]
4+
on:
5+
push:
6+
branches: [ "main", "master" ]
57

68
jobs:
79
test:

.github/workflows/bukkit-1.21.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
name: MC 1.21
33

44
# TODO: Re-enable after further updates
5-
# on: [ push ]
5+
#on:
6+
# push:
7+
# branches: [ "main", "master" ]
68

79
jobs:
810
test:

.github/workflows/bukkit-1.8.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# 1.8.8-R0.1-SNAPSHOT
22
name: MC 1.8
33

4-
on: [ push ]
4+
on:
5+
push:
6+
branches: [ "main", "master" ]
57

68
jobs:
79
test:

.github/workflows/bukkit-1.9.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# 1.9.4-R0.1-SNAPSHOT
22
name: MC 1.9
33

4-
on: [ push ]
4+
on:
5+
push:
6+
branches: [ "main", "master" ]
57

68
jobs:
79
test:

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: Tests
99

1010
on:
1111
push:
12-
branches: [ "dev", "main", "master" ]
12+
branches: [ "main", "master" ]
1313

1414
jobs:
1515
test:

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
workflow_dispatch:
99

1010
push:
11-
branches: [ "dev", "main", "master" ]
11+
branches: [ "main", "master" ]
1212

1313
permissions:
1414
contents: write

0 commit comments

Comments
 (0)