Skip to content

Commit

Permalink
Enable manual startng of workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
elzik committed Oct 31, 2023
1 parent 845df0d commit 0739826
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
name: Continuous Delivery

on:
[push, pull_request]
push: {}
pull_request: {}
workflow_dispatch:
inputs:
force-release:
type: boolean
description: Force tag & release even when the source branch is not main

jobs:
continuous-delivery:
Expand Down

0 comments on commit 0739826

Please sign in to comment.