release v3.6.0 (2)
@@ -3,7 +3,7 @@ name: Release Docker Images for RC
on:
push:
branches:
- - rc/*
+ - rc/**
jobs:
@@ -3,7 +3,7 @@ name: Release Docker Images
tags:
- - v3.*
+ - v3.*.*
@@ -1,6 +1,11 @@
name: Node CI
-on: [push]
+on:
+ push:
+ branches-ignore:
+ - release/**
+ tags-ignore:
+ - v*.*.*
@@ -3,7 +3,7 @@ name: GitHub Release
- - release/current
build:
@@ -33,5 +33,5 @@ jobs:
uses: ad-m/github-push-action@master
with:
branch: null
- github_token: ${{ secrets. GITHUB_TOKEN }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}