From 5c26b4997dcae2ade3667c8f9af6c337e45679b4 Mon Sep 17 00:00:00 2001 From: Peter Lewis Date: Thu, 21 Dec 2023 16:15:21 +0000 Subject: [PATCH] CI: use master as reference --- .github/workflows/npm-update-bot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-update-bot.yml b/.github/workflows/npm-update-bot.yml index ca72ea9f..d63abd01 100644 --- a/.github/workflows/npm-update-bot.yml +++ b/.github/workflows/npm-update-bot.yml @@ -2,7 +2,7 @@ name: NPM Update Bot 🤖 on: push: - branches: [ "main" ] + branches: [ "master" ] schedule: - cron: "0 0 * * *"