removed branches from docker action, since it's running on either tags and branches, not both

This commit is contained in:
Mia Rose Winter 2024-02-19 21:28:02 +01:00
parent 834979510d
commit 70a5fcf2a1
Signed by: miawinter
GPG key ID: 4B6F6A83178F595E

View file

@ -2,8 +2,6 @@ name: Build, Tag, Push Docker Image
on: on:
push: push:
branches:
- main
tags: [ v*, alpha-*, beta-* ] tags: [ v*, alpha-*, beta-* ]
env: env: