fix: change branch to master in docker-publish workflow

pull/10/head
David Montero Crespo 2026-03-06 10:50:55 -03:00
parent c2771f3bb6
commit f071830ab5
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ name: Publish Docker Image
on:
push:
branches: [ "main" ]
branches: [ "master" ]
# You can also trigger this on release tags:
# tags: [ 'v*.*.*' ]