mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2024-11-21 20:27:35 +03:00
consistency
This commit is contained in:
parent
e16f2b21a6
commit
ac3d29de58
1 changed files with 2 additions and 2 deletions
4
.github/workflows/buildnup.yml
vendored
4
.github/workflows/buildnup.yml
vendored
|
@ -3,10 +3,10 @@ name: Build & Upload Launcher
|
|||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
paths: ['src/**']
|
||||
paths: [ "src/**" ]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
paths: ['src/**']
|
||||
paths: [ "src/**" ]
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
|
Loading…
Reference in a new issue