Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit fb579e0

Browse files
committed
fix(ci): make it possible to trigger a release manually
cf "There are no relevant changes, so no new version is released" from https://github.com/adrienjoly/chrome-next-step-for-trello/actions/runs/4650283347/jobs/8229177797#step:5:41, after merging PR #163.
1 parent b754d7b commit fb579e0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ on:
77
pull_request:
88
branches:
99
- main
10+
workflow_dispatch:
11+
inputs:
12+
job:
13+
description: 'Job to run'
14+
required: true
15+
default: 'release'
1016

1117
jobs:
1218
build:

0 commit comments

Comments
 (0)