build: try enable manual trigger
This commit is contained in:
parent
8c49dfd3fa
commit
4bf21d5747
|
@ -1,6 +1,6 @@
|
||||||
name: Build
|
name: Build
|
||||||
|
|
||||||
on: [push, pull_request]
|
on: [push, pull_request, workflow_dispatch]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
windows:
|
windows:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue