mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-02-13 11:29:48 +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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
paths: ['src/**']
|
paths: [ "src/**" ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
paths: ['src/**']
|
paths: [ "src/**" ]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
|
|
Loading…
Add table
Reference in a new issue