From 8b49fb7ca92dca837e86ae692ab286ab393cb3c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=A0ediv=C3=BD?= Date: Fri, 4 Apr 2025 22:12:56 +0200 Subject: [PATCH] dockerhub ignore changes in webpage. --- .github/workflows/dockerhub.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/dockerhub.yml b/.github/workflows/dockerhub.yml index 69335ed4..fb56a43d 100644 --- a/.github/workflows/dockerhub.yml +++ b/.github/workflows/dockerhub.yml @@ -4,6 +4,8 @@ on: push: branches: - master + paths-ignore: + - 'webpage/**' # # Run this action periodically to keep browsers up-to-date # even if there is no activity in this repo.