modifying docker-image.yml to build on PRs into deploy branches, and PRs from specific branches

This commit is contained in:
2025-01-22 16:35:25 -05:00
parent ad961d4d2f
commit 0a5ddea463
+2 -2
View File
@@ -2,9 +2,9 @@ name: Docker Image CI
on:
push:
branches: [ "*_deploy", "main"]
branches: [ "*_deploy"]
pull_request:
branches: [ "*_deploy", "main" ]
branches: [ "*_deploy", "feature_*", "main" ]
jobs:
build: