aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorYasin <a.piri@hotmail.de>2024-04-24 22:07:47 +0200
committerYasin <a.piri@hotmail.de>2024-04-24 22:07:47 +0200
commite641bee4711be27b1eb7fd6be8903a357587c5b7 (patch)
treeb94751ff51dd2dd59579a939214bec7c122c55be /.github
parentc862eb8c90308a2912813df74f8332754c24ddb6 (diff)
downloadSkyblocker-e641bee4711be27b1eb7fd6be8903a357587c5b7.tar.gz
Skyblocker-e641bee4711be27b1eb7fd6be8903a357587c5b7.tar.bz2
Skyblocker-e641bee4711be27b1eb7fd6be8903a357587c5b7.zip
Update beta.yml
because vic said it would be cool
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/beta.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml
index 71d23311..7100e2e2 100644
--- a/.github/workflows/beta.yml
+++ b/.github/workflows/beta.yml
@@ -7,10 +7,15 @@ on:
- master
paths-ignore:
- 'src/main/resources/assets/skyblocker/lang/**'
+ - 'CHANGELOG.md'
+ - 'FEATURES.md'
+ - 'README.md'
pull_request:
paths-ignore:
- 'src/main/resources/assets/skyblocker/lang/**'
-
+ - 'CHANGELOG.md'
+ - 'FEATURES.md'
+ - 'README.md'
jobs:
# This workflow contains a single job called "build"