From cefd036edadf98aa6aec0c1ff9cd46d4169826c3 Mon Sep 17 00:00:00 2001 From: Harry Hahn Date: Mon, 26 Feb 2024 10:41:11 -0800 Subject: [PATCH] fix: github action should push to dockerhub on release tagging --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50c0bb80..8f5b843f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,8 @@ on: push: branches: - master + tags: + - v* pull_request: