Skip to content

Commit 7c5e0b5

Browse files
authored
build: allow manual run of github workflow
1 parent e0041dc commit 7c5e0b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
# run weekly to verify latest jadx snapshot version
99
schedule:
1010
- cron: "22 2 * * 2"
11+
workflow_dispatch:
1112

1213
jobs:
1314
tests:

0 commit comments

Comments
 (0)