mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-03 05:21:18 +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:
|
||||
pull_request_target:
|
||||
paths-ignore:
|
||||
- '*.md'
|
||||
types:
|
||||
- opened
|
||||
- synchronize
|
||||
- reopened
|
||||
push:
|
||||
paths-ignore:
|
||||
- '*.md'
|
||||
branches:
|
||||
- main
|
||||
workflow_call:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue