mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2025-01-12 19:29:08 +01:00
Don't run action if only README.md
update (#231)
This commit is contained in:
parent
7932903baf
commit
c55101a505
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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user