mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2025-02-16 09:49:46 +03:00
ci: check source code on pull requests
This commit is contained in:
parent
34a4bd79a5
commit
cab5a1f6f7
1 changed files with 4 additions and 0 deletions
4
.github/workflows/check_source_code.yml
vendored
4
.github/workflows/check_source_code.yml
vendored
|
@ -5,6 +5,10 @@ on:
|
|||
branches: [ "next" ]
|
||||
paths: [ "src/**" ]
|
||||
|
||||
pull_request:
|
||||
branches: [ "main", "next" ]
|
||||
paths: [ "src/**" ]
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
|
|
Loading…
Add table
Reference in a new issue