mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-04 05:51:19 +12:00
Ignore markdown files for CI build
This commit is contained in:
parent
5ae3c56de8
commit
21b6f836e1
1 changed files with 4 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue