mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2024-11-25 14:20:08 +03:00
make action only run on changes in src folder
This commit is contained in:
parent
94bfbcb569
commit
e16f2b21a6
1 changed files with 2 additions and 0 deletions
2
.github/workflows/buildnup.yml
vendored
2
.github/workflows/buildnup.yml
vendored
|
@ -3,8 +3,10 @@ name: Build & Upload Launcher
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
|
paths: ['src/**']
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
|
paths: ['src/**']
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
|
|
Loading…
Reference in a new issue