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
on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]
jobs:
windows:

View File

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

View File

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