mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 11:15:34 +08:00
23 lines
421 B
YAML
23 lines
421 B
YAML
name: Migrate GSE PR
|
|
|
|
on:
|
|
pull_request:
|
|
branches: [ "dev" ]
|
|
paths:
|
|
- '!**/*.md'
|
|
- 'tools/migrate_gse/**'
|
|
|
|
permissions:
|
|
contents: write
|
|
|
|
jobs:
|
|
script-win:
|
|
name: Migrate GSE win
|
|
if: ${{ !cancelled() }}
|
|
uses: ./.github/workflows/migrate_gse-build-win.yml
|
|
|
|
script-linux:
|
|
name: Migrate GSE linux
|
|
if: ${{ !cancelled() }}
|
|
uses: ./.github/workflows/migrate_gse-build-linux.yml
|