From 13d25df4cc3a5c9747874d09c8e86e337f378fd2 Mon Sep 17 00:00:00 2001 From: "Jan T. Sott" Date: Sat, 24 Jun 2023 11:14:02 +0200 Subject: [PATCH] include workflow actions --- .github/workflows/default.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 39a19d4..a555ade 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -5,6 +5,7 @@ on: branches: - main paths: + - '.github/**' - 'config/**' - 'images/**' - 'snippets/**' @@ -17,6 +18,7 @@ on: branches: - main paths: + - '.github/**' - 'config/**' - 'images/**' - 'snippets/**'