Skip to content

Commit f8ccb25

Browse files
committed
ci: add manual trigger
1 parent 298e534 commit f8ccb25

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/ci-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: CI (PR)
33

44
# Definition when the workflow should run
55
on:
6+
workflow_dispatch:
67
pull_request:
78
types: [opened, synchronize, reopened]
89

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ name: CI
44
# Definition when the workflow should run
55
on:
66
push:
7+
workflow_dispatch:
78
branches:
89
- master
910
paths-ignore:

.github/workflows/packaging.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Packaging
33

44
# Definition when the workflow should run
55
on:
6+
workflow_dispatch:
67
release:
78
types: [released]
89

0 commit comments

Comments
 (0)