From 4919cc0620609668fd09c3293897c2c21db4c939 Mon Sep 17 00:00:00 2001 From: Francis Secada Date: Wed, 22 Jan 2025 16:43:05 -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 92fdf21..e41d067 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -1,9 +1,9 @@ name: Docker Image CI on: - push: - branches: [ "*_deploy"] pull_request: + branches: [ "*_deploy"] + push: branches: [ "*_deploy", "feature_*", "main" ] jobs: