Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Commit 5e4c256

Browse files
committedFeb 9, 2022
Merge branch 'master' of https://github.com/en0tuk/eHideTags
2 parents ee2c3a7 + 6292cf4 commit 5e4c256

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed
 

‎.github/workflows/gradle.yml

+10-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,17 @@ name: Java CI with Gradle
99

1010
on:
1111
push:
12-
branches: [ master ]
12+
branches:
13+
- master
14+
paths:
15+
- "src/**"
16+
- "build.gradle"
1317
pull_request:
14-
branches: [ master ]
18+
branches:
19+
- master
20+
paths:
21+
- "src/**"
22+
- "build.gradle"
1523

1624
jobs:
1725
build:

‎README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# eHideTags
2+
![workflow badge](https://github.com/en0tuk/eHideTags/actions/workflows/gradle.yml/badge.svg)
3+
<br>Spigot plugin to hide players nametags.
3.88 KB
Loading

‎spigot images/Spigot-Banner.png

-16.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)
This repository has been archived.