Don't run action if only README.md update (#231)

This commit is contained in:
zhongfly 2022-02-17 03:44:36 +08:00 committed by GitHub
parent 7932903baf
commit c55101a505
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,11 @@
name: Build WSA
on:
push:
paths-ignore:
- 'README.md'
pull_request:
paths-ignore:
- 'README.md'
workflow_dispatch:
inputs:
arch: