Skip to content

Commit

Permalink
Update github workflows CI with tags supported (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
san99tiago committed Aug 28, 2023
1 parent c641c95 commit 49c96d5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 49c96d5

Please sign in to comment.