mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-03 13:31:18 +12:00
Hypothetical CI Fix
This commit is contained in:
parent
ebcff2e319
commit
12ec9b7f4f
1 changed files with 3 additions and 12 deletions
15
.github/workflows/build.yml
vendored
15
.github/workflows/build.yml
vendored
|
@ -1,18 +1,9 @@
|
||||||
name: Build Cemu
|
name: Build Cemu
|
||||||
|
|
||||||
on:
|
on: [pull_request, push]
|
||||||
pull_request_target:
|
branches: [ main ]
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- "*.md"
|
- "*.md"
|
||||||
types:
|
|
||||||
- opened
|
|
||||||
- synchronize
|
|
||||||
- reopened
|
|
||||||
push:
|
|
||||||
paths-ignore:
|
|
||||||
- "*.md"
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
workflow_call:
|
workflow_call:
|
||||||
inputs:
|
inputs:
|
||||||
deploymode:
|
deploymode:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue