From c382333b61e6250758b41aacc002b77a5cc9fddd Mon Sep 17 00:00:00 2001 From: supahgreg Date: Wed, 8 Oct 2025 17:54:02 +0000 Subject: Allow '.docker' changes to trigger the Publish workflow. Closes tt-rss/tt-rss#15. --- .github/workflows/publish.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index be8581bd1..744bb1488 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -4,8 +4,10 @@ on: push: branches: [main] paths-ignore: - - '.**' + - '.github/**' + - '.vscode/**' - 'tests/**' + - '.*' - '*.*-dist' - '*.js' - '*.json' -- cgit v1.2.3-54-g00ecf