Skip to content

Commit

Permalink
Add workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
veerendra2 committed Nov 30, 2024
1 parent 520bdf2 commit 9563681
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ name: Release
on:
release:
types: [created]
workflow_dispatch:
inputs:
blog:
description: "Release Manually"
required: true
default: "yes"

jobs:
publish:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Declarative Configuration Management Tool for Docker Compose.

_Like [`kustomize.io`](https://kustomize.io/), but for [Docker Compose](https://docs.docker.com/compose/)._

<center>
<img src="https://i.postimg.cc/cH1dYN6f/komposeit.png" alt="Kompozit" width="150"/>
</center>
<p align="center">
<img width="150" src="https://i.postimg.cc/cH1dYN6f/komposeit.png">
</p>

## Features

Expand Down

0 comments on commit 9563681

Please sign in to comment.