Skip to content

Commit

Permalink
Run dev worflow for v3,v4,elastic_jobs changes
Browse files Browse the repository at this point in the history
  • Loading branch information
minottic committed Nov 14, 2024
1 parent e0c7a2f commit 3975c13
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/changed_files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,15 @@ oidc:
- '**/keycloak/**'
- '**/*keycloak*'
- *src
dev:
- '**/*dev*'
- *src
- '**/entrypoints/**'
v3:
v3: &v3
- '**/v3/**'
- '**/*v3*'
- *src
v4:
v4: &v4
- '**/v4/**'
- '**/*v4*'
- *src
elastic_or_jobs:
elastic_or_jobs: &elastic_or_jobs
- '**/archivemock/**'
- '**/rabbitmq/**'
- '**/*jobs*'
Expand All @@ -49,3 +45,9 @@ docs:
- '**.md'
- '**/*mkdocs*/**'
- '**/*mkdocs*'
dev:
- '**/*dev*'
- '**/entrypoints/**'
- *v3
- *v4
- *elastic_or_jobs

0 comments on commit 3975c13

Please sign in to comment.