Browse Source

npm-update-bot.yml: only push on master from wg-easy

pull/389/head
Philip H 1 year ago
committed by GitHub
parent
commit
e39eef2a37
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/npm-update-bot.yml

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

@ -1,7 +1,8 @@
name: NPM Update Bot 🤖 name: NPM Update Bot 🤖
on: on:
workflow_dispatch: push:
branches: [ "wg-easy:master" ]
schedule: schedule:
- cron: "0 0 * * *" - cron: "0 0 * * *"

Loading…
Cancel
Save