Skip to content

Commit

Permalink
Fix manual start of workflow with braces
Browse files Browse the repository at this point in the history
  • Loading branch information
elzik committed Oct 31, 2023
1 parent f7d0490 commit cf0f0e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Continuous Delivery

on:
push:
pull_request:
push: {}
pull_request: {}
workflow_dispatch:
inputs:
force-release:
Expand Down

0 comments on commit cf0f0e5

Please sign in to comment.