Only deploy docker image on release branch

This commit is contained in:
Eric Dubé 2024-04-22 17:47:47 -04:00 committed by GitHub
parent d3969b0122
commit 87852d125f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@ name: Docker Image CI
# branch called `main`.
on:
push:
branches: ['main']
branches: ['release']
# Defines two custom environment variables for the workflow. These are used