diff --git a/.github/workflows/client_develop.yml b/.github/workflows/client_develop.yml index a4e47e78d..6baaf270a 100644 --- a/.github/workflows/client_develop.yml +++ b/.github/workflows/client_develop.yml @@ -38,5 +38,5 @@ jobs: skip_after_successful_duplicate: 'false' concurrent_skipping: 'never' cancel_others: 'true' - paths: '[".github/workflows/bff_develop.yml", "iris-client-bff/**", "!**/Readme.md"]' + paths: '["!**/Readme.md", "iris-client-bff/**", ".github/workflows/bff_develop.yml"]' \ No newline at end of file diff --git a/iris-client-bff/Readme.md b/iris-client-bff/Readme.md index 1feb575a6..7d4f6ac6c 100644 --- a/iris-client-bff/Readme.md +++ b/iris-client-bff/Readme.md @@ -18,3 +18,5 @@ security.jwt.jwt-shared-secret=thissecretshouldbeusedfortestingpurposesonly ``` Using this setting, the authentication is activated for all calls towards the client need to be authorized. + +aaa \ No newline at end of file