Update magisk.yml

This commit is contained in:
Peter Njeim 2022-03-10 04:52:30 -04:00 committed by GitHub
parent c9a0425846
commit a389b60c33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,17 +1,11 @@
name: Build WSA
on:
push:
paths-ignore:
- 'README.md'
pull_request:
paths-ignore:
- 'README.md'
workflow_dispatch:
inputs:
arch:
description: "Build arch"
required: true
default: "x64 & arm64"
default: "x64"
type: choice
options:
- x64
@ -29,7 +23,7 @@ on:
gapps_variant:
description: "Variants of gapps"
required: true
default: "none"
default: "full"
type: choice
options:
- none