From 0a5ddea46363819f9e0c382ecbe197e772a30041 Mon Sep 17 00:00:00 2001 From: Francis Secada Date: Wed, 22 Jan 2025 16:35:25 -0500 Subject: [PATCH] modifying `docker-image.yml` to build on PRs into deploy branches, and PRs from specific branches --- .github/workflows/docker-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 61d2938..92fdf21 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -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: