Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tinavisnovska authored Feb 6, 2024
1 parent b4cfc01 commit ae0b440
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ on:
push:
branches:
- main
# tags:
# - '*.*.*'
tags:
- '*.*.*'

jobs:
build:
Expand Down Expand Up @@ -39,3 +39,5 @@ jobs:
with:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit ae0b440

Please sign in to comment.