Skip to content

Commit

Permalink
feat: add dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
chkpwd committed Nov 15, 2024
1 parent 4edcdb5 commit e67ceba
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/alfred.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ on:
push:
tags:
- 'v*'
workflow_dispatch:
inputs:
push:
description: 'Push the release'
required: false
type: boolean
default: true

jobs:
build:
Expand Down

0 comments on commit e67ceba

Please sign in to comment.