Skip to content

ゲームバージョン1.12.6に対応 #18

ゲームバージョン1.12.6に対応

ゲームバージョン1.12.6に対応 #18

Workflow file for this run

name: Build on push
on:
push:
branches:
- main
paths:
- src/**
- .github/workflows/**
jobs:
test:
name: Test
uses: ./.github/workflows/test.yml
build:
name: Build
needs: test
uses: ./.github/workflows/build.yml