mirror of
https://github.com/cemu-project/Cemu.git
synced 2024-11-21 16:49:19 +01:00
Ignore markdown files for CI build (#7)
* Ignore markdown files for CI build * Consistent quotation marks
This commit is contained in:
parent
c41d57c456
commit
cdba95d92f
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user