From 0293e50cee356411b6ed77351e36c464f7d84dbd Mon Sep 17 00:00:00 2001 From: Liam Date: Wed, 9 Oct 2024 18:05:51 +0100 Subject: [PATCH] e --- .gitea/workflows/!-fix-bun-lock-file.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/!-fix-bun-lock-file.yml b/.gitea/workflows/!-fix-bun-lock-file.yml index 828b118..be427d5 100644 --- a/.gitea/workflows/!-fix-bun-lock-file.yml +++ b/.gitea/workflows/!-fix-bun-lock-file.yml @@ -1,8 +1,10 @@ -name: Fix bun lock file +name: Fix bun lock file (Renovate) on: workflow_dispatch: push: + branches-ignore: + - master paths: - '**/package.json' # Detect changes in any package.json file in any directory