Skip to content

Commit

Permalink
Fix github action triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
soldag committed Jun 17, 2024
1 parent d3a3b9a commit 542ae83
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: NodeJS

on:
- push
- release
push:
branches: "*"
release:

env:
NEXT_TELEMETRY_DISABLED: 1
Expand Down

0 comments on commit 542ae83

Please sign in to comment.