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:
parent
f1bf37740b
commit
6547fe0907
1 changed files with 6 additions and 6 deletions
12
.github/workflows/release.yml
vendored
12
.github/workflows/release.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue