Skip to content

Commit af9444f

Browse files
authored
Merge pull request #9 from vshn/feat-allow-release-from-release-branch
feat: allow to run release.yml on workflow dispatch
2 parents fcc5de0 + b505867 commit af9444f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
workflow_dispatch:
78

89
jobs:
910
gh-pages:
@@ -25,5 +26,6 @@ jobs:
2526
with:
2627
charts_dir: charts
2728
charts_repo_url: https://charts.appcat.ch
29+
skip_existing: true
2830
env:
2931
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)