run workflow on release is created

This commit is contained in:
Shizun Ge
2021-10-26 21:29:03 -07:00
committed by GitHub
parent 147b939b00
commit 893b93899f

View File

@@ -1,9 +1,9 @@
name: build docker image and push to docker hub
on:
push:
tags:
- '*'
release:
types: # This configuration does not affect the page_build event above
- created
jobs:
build: