mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-07-10 01:24:41 -06:00
Ignore markdown files for CI build
This commit is contained in:
parent
5ae3c56de8
commit
21b6f836e1
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