Enable manual running job

This commit is contained in:
Piotr Siuszko 2023-02-16 00:09:37 +01:00
parent ee630ed600
commit a52669eead
1 changed files with 2 additions and 0 deletions

View File

@ -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: