Skip to content

Commit

Permalink
fix: adding workflow_dispatch to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nutrina committed Jul 19, 2024
1 parent 8ae0488 commit 1d9a1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_and_deploy_production.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Release workflow

on:
workflow_call:
workflow_dispatch:
inputs:
commit:
description: "Leave blank to use current HEAD, or provide an override commit SHA"
Expand Down

0 comments on commit 1d9a1a6

Please sign in to comment.