Skip to content

Commit

Permalink
Ci - add manual trigger for Release workflow (#4)
Browse files Browse the repository at this point in the history
A manual trigger has been added to the release workflow in the 'resume'
module. This enhancement improves the deployment flexibility and is
reflected in the 'many-chicken-repair.md' changeset file.

---------

Signed-off-by: Giovanni Ravalico <[email protected]>
  • Loading branch information
suddenlyGiovanni authored Apr 4, 2024
1 parent 2c775ff commit 689c1c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/many-chicken-repair.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@suddenly-giovanni/resume": patch
---

Add manual trigger to release workflow
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Release
name: 🦋 Release

on:
push:
branches:
- main
workflow_dispatch:


concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand Down

0 comments on commit 689c1c0

Please sign in to comment.