Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mimonelu authored Jun 5, 2024
1 parent fb9a6c6 commit 361dd34
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: '0 3 * * *'

jobs:
build:
Expand All @@ -29,5 +31,5 @@ jobs:
- run: git config user.email [email protected]
- run: git config user.name github-actions
- run: git add .
- run: git commit -m "update"
- run: git commit -m "⭐ Update"
- run: git push

0 comments on commit 361dd34

Please sign in to comment.