mirror of
https://github.com/fsecada01/Pygentic-AI.git
synced 2025-06-15 19:46:03 +00:00
modifying docker-image.yml
to build on PRs into deploy branches, and PRs from specific branches
This commit is contained in:
parent
0a5ddea463
commit
4919cc0620
4
.github/workflows/docker-image.yml
vendored
4
.github/workflows/docker-image.yml
vendored
@ -1,9 +1,9 @@
|
||||
name: Docker Image CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "*_deploy"]
|
||||
pull_request:
|
||||
branches: [ "*_deploy"]
|
||||
push:
|
||||
branches: [ "*_deploy", "feature_*", "main" ]
|
||||
|
||||
jobs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user