Browse Source

Align dev workflow branch triggers (#26029)

tags/1.9.0
-LAN- 1 month ago
parent
commit
71d69e43cd
No account linked to committer's email address
2 changed files with 1 additions and 3 deletions
  1. 0
    2
      .github/workflows/build-push.yml
  2. 1
    1
      .github/workflows/deploy-dev.yml

+ 0
- 2
.github/workflows/build-push.yml View File

@@ -8,8 +8,6 @@ on:
- "deploy/enterprise"
- "build/**"
- "release/e-*"
- "deploy/rag-dev"
- "feat/rag-2"
tags:
- "*"


+ 1
- 1
.github/workflows/deploy-dev.yml View File

@@ -4,7 +4,7 @@ on:
workflow_run:
workflows: ["Build and Push API & Web"]
branches:
- "deploy/rag-dev"
- "deploy/dev"
types:
- completed


Loading…
Cancel
Save