Skip to content

Commit 566feff

Browse files
committed
Test
1 parent 7ec96c7 commit 566feff

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: CI
22
on:
3+
push:
34
pull_request:
45
workflow_call:
56
inputs:
@@ -29,6 +30,7 @@ on:
2930
XZ_VERSION:
3031
description: "The XZ version used for the build."
3132
value: ${{ jobs.config.outputs.XZ_VERSION }}
33+
workflow_dispatch:
3234

3335
env:
3436
FORCE_COLOR: "1"

.github/workflows/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Publish support package
33
on:
44
release:
55
types: published
6+
workflow_dispatch:
67

78
jobs:
89
publish:

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
push:
77
tags:
88
- '*-b*'
9+
workflow_dispatch:
910

1011
jobs:
1112
config:

0 commit comments

Comments
 (0)