Fix incorrect CI tag filter (#838)

This commit is contained in:
Yuri Astrakhan
2023-12-17 23:21:43 -05:00
committed by GitHub
parent ad69cbdb20
commit 8eabfa5519

View File

@@ -3,9 +3,8 @@ name: deploy
on:
push:
branches: [ main ]
push:
tags:
- 'v*'
tags:
- 'v*'
jobs:
# publish docker to GitHub registry