Skip to content

Commit

Permalink
fix: Also run actions on tag push
Browse files Browse the repository at this point in the history
  • Loading branch information
okdistribute committed Jun 26, 2020
1 parent 52713da commit 14072dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Node CD

on:
push:
tags:
- '*'
branches:
- master
pull_request:
Expand Down

0 comments on commit 14072dc

Please sign in to comment.