Skip to content

Commit

Permalink
ci: trigger on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jvansanten committed Oct 8, 2024
1 parent 31a513c commit 2e370fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ name: Node.js CI
on:
push:
branches: ["main", "renovate/*"]
tags: [v*]
pull_request:
branches: ["main"]

Expand Down

0 comments on commit 2e370fb

Please sign in to comment.