Ignore markdown files for CI build (#7)

* Ignore markdown files for CI build

* Consistent quotation marks
This commit is contained in:
illusion0001 2022-08-24 02:30:16 -07:00 committed by GitHub
parent c41d57c456
commit cdba95d92f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,15 @@ name: Build Cemu
on:
pull_request_target:
paths-ignore:
- "*.md"
types:
- opened
- synchronize
- reopened
push:
paths-ignore:
- "*.md"
branches:
- main
workflow_call: