feat: build docker image on dev

This commit is contained in:
Poulpatine 2023-12-27 16:38:32 +01:00
parent 295ebb4f25
commit 19e7d9a0f3

View file

@ -4,7 +4,9 @@ name: Create and publish a Docker image
# Configures this workflow to run every time a change is pushed to the branch called `release`. # Configures this workflow to run every time a change is pushed to the branch called `release`.
on: on:
push: push:
branches: ['main'] branches:
- main
- dev
tags: tags:
- v* - v*