From d864603d013ae0e2d0a3af560dda41595fcca7fb Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin Date: Tue, 23 Apr 2024 00:14:02 +0100 Subject: [PATCH] website: do not build from stable --- .github/workflows/web.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 039c136464..7fc66308f8 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -4,7 +4,6 @@ on: push: branches: - master - - stable paths: - website/** - images/**