ci: should check allay branch

This commit is contained in:
daoge
2024-09-17 20:40:24 +08:00
committed by GitHub
parent 18a24562ec
commit 1f01b99d29

View File

@@ -48,7 +48,7 @@ jobs:
# Upload Allay-Server # Upload Allay-Server
- name: Upload Terra-Allay - name: Upload Terra-Allay
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
if: success() && contains(github.ref_name, 'master') if: success() && contains(github.ref_name, 'allay')
with: with:
name: Terra-Allay name: Terra-Allay
path: platforms/allay/build/libs/*.jar path: platforms/allay/build/libs/*.jar