1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-12-16 08:15:14 -06:00

2 Commits

Author SHA1 Message Date
Crimson Hawk
433bcabb72 make pipeline run on every branch 2024-05-29 08:53:17 +08:00
administrator
267ba83d40 Remove unsanctioned Discord invite
Having a Discord server linked to Suyu poses a risk to the accounts of its members. Moreover, many of the members of this server have quit the Suyu project and do not wish to continue its development.
2024-05-28 21:07:57 +08:00
2 changed files with 6 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ name: 'suyu verify'
on: on:
pull_request: pull_request:
branches: [ "dev" ] # branches: [ "dev" ]
paths: paths:
- 'src/**' - 'src/**'
- 'CMakeModules/**' - 'CMakeModules/**'
@@ -19,7 +19,7 @@ on:
# paths-ignore: # paths-ignore:
# - 'src/android/**' # - 'src/android/**'
push: push:
branches: [ "dev" ] # branches: [ "dev" ]
paths: paths:
- 'src/**' - 'src/**'
- 'CMakeModules/**' - 'CMakeModules/**'

View File

@@ -1,3 +1,7 @@
<!--
SPDX-FileCopyrightText: 2024 suyu Emulator Project
SPDX-License-Identifier: GPL-3.0-or-later
-->
# Migrating from yuzu # Migrating from yuzu
When coming from yuzu, the migration is as easy as renaming some directories. When coming from yuzu, the migration is as easy as renaming some directories.