From e088a251a52a0204281227b54ae014826970e4e8 Mon Sep 17 00:00:00 2001 From: Shayan Ghani Date: Fri, 30 Aug 2024 20:01:15 +0330 Subject: [PATCH] fix(ci) : paths push strategy to artifacts --- .github/workflows/wiki.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wiki.yml b/.github/workflows/wiki.yml index 0700023..0cdc9c3 100644 --- a/.github/workflows/wiki.yml +++ b/.github/workflows/wiki.yml @@ -7,7 +7,7 @@ on: branches: - main paths: - - 'wiki/**' + - 'artifacts/**' # Allows you to run this workflow manually from the Actions tab