@@ -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`.
on:
push:
- branches: ['main']
+ branches:
+ - main
+ - dev
tags:
- v*