Commit 19e7d9a0 authored by Poulpatine's avatar Poulpatine
Browse files

feat: build docker image on dev

parent 295ebb4f
...@@ -4,7 +4,9 @@ name: Create and publish a Docker image ...@@ -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*
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment