Browse Source

CI: use master as reference

pull/685/head
Peter Lewis 1 year ago
committed by GitHub
parent
commit
5c26b4997d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/npm-update-bot.yml

2
.github/workflows/npm-update-bot.yml

@ -2,7 +2,7 @@ name: NPM Update Bot 🤖
on:
push:
branches: [ "main" ]
branches: [ "master" ]
schedule:
- cron: "0 0 * * *"

Loading…
Cancel
Save