build: try enable manual trigger

This commit is contained in:
FreskyZ 2024-09-30 20:59:05 +08:00
parent 8c49dfd3fa
commit 4bf21d5747
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
name: Build name: Build
on: [push, pull_request] on: [push, pull_request, workflow_dispatch]
jobs: jobs:
windows: windows:

View File

@ -1,6 +1,6 @@
name: Feature matrix name: Feature matrix
on: [push, pull_request] on: [push, pull_request, workflow_dispatch]
jobs: jobs:
ubuntu_2204: ubuntu_2204:

View File

@ -1,6 +1,6 @@
name: Unit name: Unit
on: [push, pull_request] on: [push, pull_request, workflow_dispatch]
jobs: jobs:
ubuntu_makefile_escape: ubuntu_makefile_escape: