Ignore markdown files for CI build

This commit is contained in:
illusion0001 2022-08-24 04:06:07 -05:00 committed by GitHub
parent 5ae3c56de8
commit 21b6f836e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: