New user restrictions

Fix GitHub actions build.yml
This commit is contained in:
BinTianqi
2025-01-24 19:03:32 +08:00
parent 6893ef58aa
commit 4640f6d1f2
9 changed files with 130 additions and 121 deletions

View File

@@ -1,12 +1,18 @@
name: Build APK
on:
workflow_dispatch:
push:
branches: ["master", "dev"]
paths-ignore:
- '**.md'
tags-ignore:
- '**'
concurrency:
group: "main"
cancel-in-progress: false
jobs:
build:
name: Build
@@ -62,6 +68,7 @@ jobs:
upload-telegram:
name: Upload Builds
runs-on: ubuntu-latest
if: github.ref_name == 'dev'
needs: build
steps:
- name: Download Artifacts