This commit is contained in:
jem 2020-06-29 13:30:29 +02:00
parent 929505b553
commit d6caab9d78
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@ name: Node.js CI
on: on:
push: push:
branches: [ '!master' ] branches-ignore: [ 'master' ]
jobs: jobs:
test-matrix: test-matrix:
@ -54,7 +54,7 @@ jobs:
with: with:
tag_name: ${{ github.ref }} tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }} release_name: Release ${{ github.ref }}
draft: true draft: false
prerelease: true prerelease: true
- name: Upload Release Asset - name: Upload Release Asset
id: upload-release-asset id: upload-release-asset

View file

@ -2,7 +2,7 @@ name: Node.js CI
on: on:
push: push:
branches: [ master, automate_gh_release ] branches: [ master ]
tags: '[0-9]+.[0-9]+.[0-9]+' tags: '[0-9]+.[0-9]+.[0-9]+'
jobs: jobs: