👷 Fix the CI trigger criteria

This commit is contained in:
M. Mert Yildiran 2023-10-16 23:25:02 +03:00
parent a3383ee6cc
commit 426c6450ba
No known key found for this signature in database
GPG Key ID: DA5D6DCBB758A461
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,8 @@
on:
push:
# Sequence of patterns matched against refs/tags
tags:
- '*'
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
name: Release Helm Charts

View File

@ -1,7 +1,8 @@
on:
push:
# Sequence of patterns matched against refs/tags
tags:
- '*'
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
name: Release