Skip to content

Commit

Permalink
chore: Trigger Helm chart publishing workflow manually (#439)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Pacak <pacak.daniel@gmail.com>
  • Loading branch information
danielpacak committed Mar 18, 2021
1 parent 27d0ccc commit b9c1d27
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Publish Chart Helm
# This is a manually triggered workflow to package and upload the Helm chart from the
# main branch to Aqua Security repository at https://github.com/aquasecurity/helm-charts.

name: Publish Helm chart

on:
push:
branches: [main]
paths:
- 'deploy/helm/**'
workflow_dispatch:
env:
HELM_REP: helm-charts
Expand Down

0 comments on commit b9c1d27

Please sign in to comment.