From 6fe3e4c6d85a44c0efe9bba28f85421d63e9d28e Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Tue, 20 Feb 2024 01:00:38 +0900 Subject: [PATCH] Added workflow to update Red Hat Container Catalog --- .github/workflows/rhel_registry_description.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rhel_registry_description.yml b/.github/workflows/rhel_registry_description.yml index 5ece50a38..6fe0af902 100644 --- a/.github/workflows/rhel_registry_description.yml +++ b/.github/workflows/rhel_registry_description.yml @@ -3,9 +3,10 @@ name: Red Hat Catalog Description on: push: branches: - - 'trunk' + - '[0-9]+.[0-9]+' paths: - 'Dockerfiles/*/*/README.html' + - 'Dockerfiles/*/*/README.md' - '.github/workflows/rhel_registry_description.yml' workflow_dispatch: