chore(ci): restrict dev workflow to main and develop branches only
This commit is contained in:
parent
d70adb2ef4
commit
269e19cfa3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-publish-dev.yml
vendored
2
.github/workflows/docker-publish-dev.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue