From 43593940c5c60542bf2bc526a78d3c58632ff902 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Wed, 21 Feb 2024 15:35:26 +0900 Subject: [PATCH] Updated documentation and prepared documentation for RHEL --- .github/workflows/rhel_registry_description.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rhel_registry_description.yml b/.github/workflows/rhel_registry_description.yml index 863928f28..9349683bb 100644 --- a/.github/workflows/rhel_registry_description.yml +++ b/.github/workflows/rhel_registry_description.yml @@ -5,8 +5,9 @@ on: branches: - '[0-9]+.[0-9]+' paths: - - 'Dockerfiles/*/*/README.html' - - 'Dockerfiles/*/*/README.md' + - 'Dockerfiles/*/rhel/README.html' + - 'Dockerfiles/*/README.md' + - 'Dockerfiles/*/rhel/README.md' - '.github/workflows/rhel_registry_description.yml' workflow_dispatch: