Update docker-publish workflow to trigger on all branches and tags
This commit is contained in:
@@ -3,11 +3,9 @@ name: Publish telemt-bot Docker image
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
- v*
|
||||
- '**'
|
||||
tags:
|
||||
- 'v*'
|
||||
- '*'
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user