mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-10 21:55:11 +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
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
arch:
|
||||
|
Loading…
Reference in New Issue
Block a user