diff --git a/.github/workflows/build-apk.yml b/.github/workflows/build-apk.yml index e5ccbdda..34beaf10 100644 --- a/.github/workflows/build-apk.yml +++ b/.github/workflows/build-apk.yml @@ -3,7 +3,7 @@ name: Build Shamrock APK on: workflow_dispatch: push: - branches: [ master ] + branches: [ v1.0.9 ] paths-ignore: - '**.md' - '**.txt' @@ -97,4 +97,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: "${{ env.SHAMROCK_VERSION_x86_64 }}" - path: "${{ env.APK_FILE_X86_64 }}" \ No newline at end of file + path: "${{ env.APK_FILE_X86_64 }}"