Update build.yml

This commit is contained in:
mii443
2025-05-26 18:08:12 +09:00
committed by GitHub
parent e188f3b758
commit f9f90ab63e

View File

@ -1,4 +1,3 @@
runs-on: self-hosted
on: on:
push: push:
branches-ignore: branches-ignore:
@ -7,7 +6,7 @@ on:
- 'v*' - 'v*'
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: [self-hosted, linux]
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
name: Checkout name: Checkout