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: on:
pull_request_target: pull_request_target:
paths-ignore:
- "*.md"
types: types:
- opened - opened
- synchronize - synchronize
- reopened - reopened
push: push:
paths-ignore:
- "*.md"
branches: branches:
- main - main
workflow_call: workflow_call: