diff --git a/.github/workflows/client_develop.yml b/.github/workflows/client_develop.yml index 6baaf270a..fb35a2486 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: '["!**/Readme.md", "iris-client-bff/**", ".github/workflows/bff_develop.yml"]' + paths: '["iris-client-bff/**", "!iris-client-bff/Readme.md", ".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 7d4f6ac6c..efa5a36a6 100644 --- a/iris-client-bff/Readme.md +++ b/iris-client-bff/Readme.md @@ -19,4 +19,4 @@ 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 +a \ No newline at end of file