Allow manual trigger of CI pipelines

This commit is contained in:
Daz DeBoer 2022-06-14 11:34:09 -06:00
parent 25ec178747
commit 3e3c80e9b4
No known key found for this signature in database
GPG Key ID: DD6B9F0B06683D5D
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
name: CI-full-check
on:
workflow_dispatch:
pull_request:
types:
- assigned

View File

@ -1,6 +1,7 @@
name: CI-quick-check
on:
workflow_dispatch:
push:
branches-ignore: main