Skip to content

Commit 8ee6273

Browse files
committed
ci: make workflows dispatchable
1 parent eccc695 commit 8ee6273

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Publish
22
on:
33
release:
44
types: [created]
5+
workflow_dispatch: null
56
jobs:
67
publish:
78
runs-on: ubuntu-latest

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
paths:
1010
- '.github/workflows/test.yml'
1111
- 'topstats/**/*.py'
12+
workflow_dispatch: null
1213
jobs:
1314
test:
1415
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)