This commit is contained in:
xunbu
2025-08-24 10:47:28 +08:00
parent f1ccc0f307
commit 486ac3c90a
3 changed files with 3 additions and 7 deletions

View File

@@ -1,8 +1,6 @@
name: Build macOS Application name: Build macOS Application
on: on:
push:
branches: [ "main" ]
workflow_dispatch: workflow_dispatch:
release: release:
types: [created] types: [created]

View File

@@ -1,9 +1,9 @@
name: Build Windows Application name: Build Windows-full Application
on: on:
push:
branches: [ "main" ]
workflow_dispatch: workflow_dispatch:
release:
types: [created]
jobs: jobs:

View File

@@ -1,8 +1,6 @@
name: Build Windows Application name: Build Windows Application
on: on:
push:
branches: [ "main" ]
workflow_dispatch: workflow_dispatch:
release: release:
types: [created] types: [created]