Skip to content

Commit

Permalink
allow workflow to be triggered manually (apache#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangNing10 committed Jul 20, 2023
1 parent de0c42c commit 5dacd43
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ on:
- release-v*
paths:
- charts/**
- '!**.md'
- "!**.md"
workflow_dispatch:

jobs:
release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5dacd43

Please sign in to comment.