Skip to content

Commit

Permalink
Fix incorrect CI tag filter (#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik authored Dec 18, 2023
1 parent ad69cbd commit 8eabfa5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ name: deploy
on:
push:
branches: [ main ]
push:
tags:
- 'v*'
tags:
- 'v*'

jobs:
# publish docker to GitHub registry
Expand Down

0 comments on commit 8eabfa5

Please sign in to comment.