mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-04-30 16:28:58 +08:00
chore: only run GameCI on unity-related changes
This commit is contained in:
parent
7fa4146a91
commit
f3a2aa987b
7
.github/workflows/gameci.yml
vendored
7
.github/workflows/gameci.yml
vendored
@ -30,7 +30,12 @@ on:
|
|||||||
# This is a bit of a radioactive event; we need to be very careful with what permissions
|
# This is a bit of a radioactive event; we need to be very careful with what permissions
|
||||||
# we assign this action, as we're allowing arbitrary code execution with the context of
|
# we assign this action, as we're allowing arbitrary code execution with the context of
|
||||||
# whatever permissions we assign.
|
# whatever permissions we assign.
|
||||||
pull_request_target: {}
|
pull_request_target:
|
||||||
|
paths:
|
||||||
|
- 'Packages/**'
|
||||||
|
- 'Assets/**'
|
||||||
|
- 'ProjectSettings/**'
|
||||||
|
- '.github/workflows/gameci.yml'
|
||||||
workflow_dispatch: {}
|
workflow_dispatch: {}
|
||||||
|
|
||||||
# pull_request_target grants access to a privileged GITHUB_TOKEN by default, revoke this
|
# pull_request_target grants access to a privileged GITHUB_TOKEN by default, revoke this
|
||||||
|
Loading…
x
Reference in New Issue
Block a user