From 280fc9f095a81b5e65dfe36a4cdb4e8508af38b7 Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Thu, 4 Jan 2024 15:19:29 +0100 Subject: [PATCH] npm-update-bot.yml: only push to master of wg-easy/wg-easy --- .github/workflows/npm-update-bot.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/npm-update-bot.yml b/.github/workflows/npm-update-bot.yml index 82b47f7..ac9c6ec 100644 --- a/.github/workflows/npm-update-bot.yml +++ b/.github/workflows/npm-update-bot.yml @@ -1,8 +1,7 @@ name: NPM Update Bot 🤖 on: - push: - branches: [ "master" ] + workflow_dispatch: schedule: - cron: "0 0 * * *"