fix(actions): skip release workflow on helm release (#349)

Signed-off-by: shubham <shubham.bajpai@mayadata.io>
This commit is contained in:
Shubham Bajpai 2021-06-23 10:23:39 +05:30 committed by GitHub
parent 96608c066f
commit 58ffa92871
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -19,8 +19,9 @@ on:
paths-ignore:
- 'deploy/helm/**'
- 'docs/**'
- 'design/**'
- 'changelogs/**'
- 'CHANGELOG.md'
- '*.md'
branches:
# on pull requests to master and release branches
- master

View file

@ -17,11 +17,10 @@ on:
release:
types:
- "created"
tags:
- 'v*'
jobs:
csi-driver:
if: contains(github.ref, 'tags/v')
runs-on: ubuntu-latest
steps:
- name: Checkout