diff options
author | Yasin <a.piri@hotmail.de> | 2024-04-24 22:07:47 +0200 |
---|---|---|
committer | Yasin <a.piri@hotmail.de> | 2024-04-24 22:07:47 +0200 |
commit | e641bee4711be27b1eb7fd6be8903a357587c5b7 (patch) | |
tree | b94751ff51dd2dd59579a939214bec7c122c55be /.github | |
parent | c862eb8c90308a2912813df74f8332754c24ddb6 (diff) | |
download | Skyblocker-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.yml | 7 |
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" |