0
Fork 0
mirror of https://github.com/penpot/penpot-helm.git synced 2024-12-21 21:23:04 -05:00

chore: enable release action

This commit is contained in:
David Barragán Merino 2024-07-24 13:19:58 +02:00
parent f1bf37740b
commit 6547fe0907

View file

@ -1,7 +1,7 @@
name: Release Charts
on:
workflow_dispatch:
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
@ -12,11 +12,11 @@ on:
- info
- warning
- debug
#push:
# branches:
# - main
# paths:
# - "charts/**"
push:
branches:
- main
paths:
- "charts/**"
jobs:
release: