Don't run action if only README.md
update (#231)
This commit is contained in:
4
.github/workflows/magisk.yml
vendored
4
.github/workflows/magisk.yml
vendored
@@ -1,7 +1,11 @@
|
|||||||
name: Build WSA
|
name: Build WSA
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
paths-ignore:
|
||||||
|
- 'README.md'
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths-ignore:
|
||||||
|
- 'README.md'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
arch:
|
arch:
|
||||||
|
Reference in New Issue
Block a user