gbe_fork/.github/workflows/migrate_gse-pull-request.yml

23 lines
431 B
YAML
Raw Permalink Normal View History

name: "Migrate GSE PR"
2024-05-11 22:17:02 +08:00
on:
pull_request:
branches: ["dev"]
2024-05-11 22:17:02 +08:00
paths:
- "!**/*.md"
- "tools/migrate_gse/**"
2024-05-11 22:17:02 +08:00
permissions:
contents: "write"
2024-05-11 22:17:02 +08:00
jobs:
script-win:
name: "Migrate GSE win"
2024-05-11 22:17:02 +08:00
if: ${{ !cancelled() }}
2024-08-26 00:08:23 +08:00
uses: "./.github/workflows/migrate_gse-build-win.yml"
2024-05-11 22:17:02 +08:00
script-linux:
name: "Migrate GSE linux"
2024-05-11 22:17:02 +08:00
if: ${{ !cancelled() }}
2024-08-26 00:08:23 +08:00
uses: "./.github/workflows/migrate_gse-build-linux.yml"