switch workflows to release trigger (#1115)

* switch docker workflow to release trigger

* switch cli publish workflow to release trigger
This commit is contained in:
2024-07-03 15:30:56 -05:00
committed by GitHub
parent 6ad26f06c7
commit 5c3989c9b6
2 changed files with 6 additions and 8 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
name: Ontime CLI build
on:
push:
tags: [ "*" ]
release:
types: [published]
workflow_dispatch:
jobs: