Skip to content

Commit

Permalink
Run dev worflow on all scicat component changes (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
minottic authored Nov 15, 2024
1 parent 91990dd commit 09f2ceb
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions .github/changed_files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,26 +26,33 @@ 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*'
- '**/elastic/**'
- '**/*elastic*'
- *src
other_scicat: &other_scicat
- services/searchapi/**
- services/landingpage/**
- services/frontend/**
docs:
- '**.md'
- '**/*mkdocs*/**'
- '**/*mkdocs*'
dev:
- '**/*dev*'
- '**/entrypoints/**'
- *v3
- *v4
- *elastic_or_jobs
- *other_scicat

0 comments on commit 09f2ceb

Please sign in to comment.