Skip to content

Commit

Permalink
npm-update-bot.yml: revert: only push on master from wg-easy
Browse files Browse the repository at this point in the history
  • Loading branch information
pheiduck authored Jan 5, 2024
1 parent 924e0b0 commit cea05ca
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/npm-update-bot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: NPM Update Bot 🤖

on:
push:
branches: [ "wg-easy:master" ]
schedule:
- cron: "0 0 * * *"

Expand All @@ -24,9 +26,6 @@ jobs:
- name: Bot 🤖 "Updating NPM Packages..."
run: |
npm install -g --silent npm-check-updates
git clone --depth 1 --quiet https://github.com/wg-easy/wg-easy.git
cd wg-easy
git checkout master
ncu -u
npm update
cd src
Expand Down

0 comments on commit cea05ca

Please sign in to comment.