mirror of
https://github.com/cemu-project/Cemu.git
synced 2024-11-22 00:59:18 +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:
|
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:
|
||||||
|
Loading…
Reference in New Issue
Block a user