ouch pushed selfhosted code

Signed-off-by: June Park <rjp2030@outlook.com>
This commit is contained in:
June Park
2024-01-30 10:40:07 +09:00
committed by GitHub
parent 7e5fe64153
commit a2feb34dc1

View File

@@ -1,6 +1,5 @@
name: Nightly SideStore build name: Nightly SideStore build
on: on:
workflow_dispatch:
push: push:
branches: branches:
- develop - develop
@@ -15,7 +14,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
include: include:
- os: 'self-hosted' - os: 'macos-12'
version: '14.2' version: '14.2'
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}