update cli github action to only listen to infisical-cli/{version} tags

This commit is contained in:
Maidul Islam
2023-04-30 11:08:58 -04:00
parent 1401c7f6bc
commit 55ca6938db

View File

@@ -4,7 +4,7 @@ on:
push:
# run only against tags
tags:
- "v*"
- "infisical-cli/v*.*.*"
permissions:
contents: write