Update docker-publish workflow to trigger on all branches and tags

This commit is contained in:
Denozordec
2026-03-09 16:09:06 +07:00
parent c5f5a562c6
commit 29239ffe04
+2 -4
View File
@@ -3,11 +3,9 @@ name: Publish telemt-bot Docker image
on: on:
push: push:
branches: branches:
- main - '**'
- master
- v*
tags: tags:
- 'v*' - '*'
workflow_dispatch: workflow_dispatch:
env: env: