mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-08-27 20:44:00 -05:00
Ignore markdown files for CI build (#7)
* Ignore markdown files for CI build * Consistent quotation marks
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user