From 572c6cbdf4def46bc5cdac1cd183a066b8554e8c Mon Sep 17 00:00:00 2001 From: Raul Sevilla Date: Thu, 5 Sep 2024 14:07:04 +0200 Subject: [PATCH] Include assets in gh actions Signed-off-by: Raul Sevilla --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9d0e43..13ab2a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,11 +9,13 @@ on: paths: - templates/** - .github/** + - assets/** pull_request: branches: [ master ] paths: - templates/** - .github/** + - assets/** # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: @@ -54,4 +56,4 @@ jobs: echo "{\"dashboard\": ${dashboard}, \"overwrite\": true}" | curl -k -Ss -XPOST -H "Content-Type: application/json" -H "Accept: application/json" -d@- "http://admin:admin@localhost:3000/api/dashboards/db" -o /dev/null; - done \ No newline at end of file + done