Skip to content

Commit eb9ec42

Browse files
committed
Manual run is added
1 parent 6f1b439 commit eb9ec42

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish-aur.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Upload to Arch Linux (AUR)
33
on:
44
release:
55
types: [published]
6+
workflow_dispatch:
67

78
jobs:
89
aur-publish:

.github/workflows/publish-pypi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Upload Python Package
33
on:
44
release:
55
types: [published]
6+
workflow_dispatch:
67

78
permissions:
89
contents: read

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
pull_request:
88
branches:
99
- master
10+
workflow_dispatch:
1011

1112
permissions:
1213
contents: read

0 commit comments

Comments
 (0)