Enable manual running job
This commit is contained in:
parent
ee630ed600
commit
a52669eead
|
|
@ -1,9 +1,11 @@
|
||||||
name: build
|
name: build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches: [ main, master ]
|
branches: [ main, master ]
|
||||||
paths:
|
paths:
|
||||||
|
- '.github/**'
|
||||||
- 'rusty_hub_egui/**'
|
- 'rusty_hub_egui/**'
|
||||||
- 'unity_hub_lib/**'
|
- 'unity_hub_lib/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue