update action to allow manual runs.

This commit is contained in:
Dan 2022-06-29 11:41:44 -04:00
parent a8a479afa9
commit 16c534bc25
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ name: run_ci
on:
push:
branches: ['main', 'chore/*', 'feature/*', 'bug/*']
workflow_dispatch:
env:
REGISTRY: ghcr.io