From 666949cda183f37e72944bfac6f2654b94e69508 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Sun, 14 Feb 2021 10:27:21 -0500 Subject: [PATCH] action: publish documentation when VERSION is changed When VERSION is changed, do not wait for daily cron and publish documentation immediately to keep things in sync. Signed-off-by: Anas Nashif --- .github/workflows/doc-publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/doc-publish.yml b/.github/workflows/doc-publish.yml index f94d23f515..3d8537ce4f 100644 --- a/.github/workflows/doc-publish.yml +++ b/.github/workflows/doc-publish.yml @@ -8,6 +8,8 @@ on: schedule: - cron: '50 22 * * *' push: + paths: + - 'VERSION' tags: # only publish v* tags, do not care about zephyr-v* which point to the # same commit