mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-01-10 03:37:32 -03:00
CI: Use pull_request over pull_request_target
This commit is contained in:
parent
ebcff2e319
commit
2a45636f7a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -1,7 +1,7 @@
|
||||||
name: Build Cemu
|
name: Build Cemu
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request_target:
|
pull_request:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- "*.md"
|
- "*.md"
|
||||||
types:
|
types:
|
||||||
|
|
Loading…
Reference in a new issue