From f1736b842ee5d709f9e879ea8a92c0522027dd7b Mon Sep 17 00:00:00 2001 From: Santiago Garcia Arango Date: Sun, 27 Aug 2023 20:35:01 -0500 Subject: [PATCH] Update github workflows CI with tags supported --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb7a98d..7c0ae10 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,10 @@ name: FastAPI Docker Image Test, Build and Push to DockerHub on: push: - branches: [ "main", "feature/**"] + branches: [ 'main', 'feature/**'] + tags: [ 'v*'] # pull_request: - # branches: [ "main" ] + # branches: [ 'main' ] jobs: