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

This commit is contained in:
Francis Secada 2025-01-22 16:43:05 -05:00
parent 0a5ddea463
commit 4919cc0620

View File

@ -1,9 +1,9 @@
name: Docker Image CI name: Docker Image CI
on: on:
push:
branches: [ "*_deploy"]
pull_request: pull_request:
branches: [ "*_deploy"]
push:
branches: [ "*_deploy", "feature_*", "main" ] branches: [ "*_deploy", "feature_*", "main" ]
jobs: jobs: