mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-04 05:51:19 +12:00
Consistent quotation marks
This commit is contained in:
parent
21b6f836e1
commit
67193cc6ab
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -3,14 +3,14 @@ name: Build Cemu
|
|||
on:
|
||||
pull_request_target:
|
||||
paths-ignore:
|
||||
- '*.md'
|
||||
- "*.md"
|
||||
types:
|
||||
- opened
|
||||
- synchronize
|
||||
- reopened
|
||||
push:
|
||||
paths-ignore:
|
||||
- '*.md'
|
||||
- "*.md"
|
||||
branches:
|
||||
- main
|
||||
workflow_call:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue