Skip to content

Commit

Permalink
Add ability for this job to be triggered manually
Browse files Browse the repository at this point in the history
  • Loading branch information
mkirlin authored Feb 10, 2023
1 parent 84f5fea commit e52df5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-wiki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- 'kubernetes/docs/**'
branches:
- master
workflow_dispatch:

jobs:
deploy-wiki:
Expand Down Expand Up @@ -34,4 +35,4 @@ jobs:
git add .
git commit -m "$message"
git push

0 comments on commit e52df5e

Please sign in to comment.