chore(ci): restrict dev workflow to main and develop branches only

This commit is contained in:
Jesús Pavón Abián 2024-10-25 17:04:14 +02:00
parent d70adb2ef4
commit 269e19cfa3

View file

@ -8,7 +8,7 @@ name: Build container image, publish as GitHub-package (Dev)
on:
# Trigger the workflow on pushes to 'main' and 'develop' branches for development builds
push:
branches: [ main, develop, feature-docker-setup-improvement-PR1038 ]
branches: [ main, develop ]
env:
# Use docker.io for Docker Hub if empty