From e39eef2a370369d4a5adbf2385dd6e056a16b7fd Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Thu, 4 Jan 2024 16:52:35 +0100 Subject: [PATCH] npm-update-bot.yml: only push on master from wg-easy --- .github/workflows/npm-update-bot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/npm-update-bot.yml b/.github/workflows/npm-update-bot.yml index ac9c6eca..c60ec6d3 100644 --- a/.github/workflows/npm-update-bot.yml +++ b/.github/workflows/npm-update-bot.yml @@ -1,7 +1,8 @@ name: NPM Update Bot 🤖 on: - workflow_dispatch: + push: + branches: [ "wg-easy:master" ] schedule: - cron: "0 0 * * *"