From d7d48a8fdbd9fb3c0308d41f2a2550864762f91f Mon Sep 17 00:00:00 2001 From: "C.J. May" Date: Tue, 14 Nov 2023 13:42:45 -0600 Subject: [PATCH] fix paths --- .github/workflows/tag-updates.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tag-updates.yml b/.github/workflows/tag-updates.yml index 152e36d..78b86a4 100644 --- a/.github/workflows/tag-updates.yml +++ b/.github/workflows/tag-updates.yml @@ -10,8 +10,8 @@ on: - mediator.py - Dockerfile - requirements.txt - - plugins/ - - pyinstaller/ + - plugins/** + - pyinstaller/** workflow_dispatch: jobs: