Ignore markdown files for CI build

This commit is contained in:
illusion0001 2022-08-24 04:06:07 -05:00 committed by GitHub
parent 5ae3c56de8
commit 21b6f836e1
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: