mirror of
https://github.com/awfixers-stuff/OwnDroid.git
synced 2026-03-23 11:05:59 +00:00
New user restrictions
Fix GitHub actions build.yml
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user