diff options
author | Yasin <LifeIsAParadox@users.noreply.github.com> | 2023-09-17 03:08:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-16 21:08:42 -0400 |
commit | 458074e83ce27b14fa65ad9adc3d918a66a7bc62 (patch) | |
tree | 64d715111c147c58510d6807526ca2fb27f91ecc /.github/workflows/beta.yml | |
parent | beaf27678949a4be4f3791c57307f42ea77da40a (diff) | |
download | Skyblocker-458074e83ce27b14fa65ad9adc3d918a66a7bc62.tar.gz Skyblocker-458074e83ce27b14fa65ad9adc3d918a66a7bc62.tar.bz2 Skyblocker-458074e83ce27b14fa65ad9adc3d918a66a7bc62.zip |
Update beta.yml (#313)
ignore lang file changes
Diffstat (limited to '.github/workflows/beta.yml')
-rw-r--r-- | .github/workflows/beta.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 3dac97b4..cbb98c36 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -4,6 +4,8 @@ on: push: branches: - master + paths-ignore: + - 'src/main/resources/assets/skyblocker/lang/**' pull_request: @@ -60,4 +62,4 @@ jobs: - uses: actions/upload-artifact@v3 with: name: ${{ steps.fname.outputs.result }} - path: build/libs/
\ No newline at end of file + path: build/libs/ |