mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-11-21 20:36:01 +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:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
paths: ['src/**']
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
paths: ['src/**']
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
|
Loading…
Reference in a new issue