mirror of
https://github.com/fsecada01/Pygentic-AI.git
synced 2025-06-15 11:36: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
|
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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user