Getting the darn thing to trigger.

This commit is contained in:
Dan 2022-11-22 13:28:01 -05:00
parent cc4b1a2edd
commit e8a6d1cf21
1 changed files with 4 additions and 3 deletions

View File

@ -1,9 +1,10 @@
name: Release Builds
on:
workflow_dispatch:
push:
tags: [ v* ]
- workflow_dispatch
- push
# push:
# tags: [ v* ]
jobs:
create_frontend_docker_container: