mirror of
https://github.com/fsecada01/Pygentic-AI.git
synced 2026-08-17 15:18:17 +00:00
modifying docker-image.yml to build on PRs into deploy branches, and PRs from specific branches
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user