Skip to content
This repository was archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
push trigger use tag instead of branch
Browse files Browse the repository at this point in the history
  • Loading branch information
yunair committed Jun 17, 2020
1 parent 6303b2c commit 97f5c28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Node.js CI

on:
push:
branches:
- releases/**
- '!releases/**-alpha'
tags:
- '**'


jobs:
build:
Expand Down

0 comments on commit 97f5c28

Please sign in to comment.