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
+2 -3
View File
@@ -3,9 +3,8 @@ name: deploy
on: on:
push: push:
branches: [ main ] branches: [ main ]
push: tags:
tags: - 'v*'
- 'v*'
jobs: jobs:
# publish docker to GitHub registry # publish docker to GitHub registry