Skip to content

Commit cafef41

Browse files
authored
Update releases-validation.yml
1 parent 4af5e99 commit cafef41

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/releases-validation.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Validate 'versions-manifest.json' file
2-
on:
2+
on:
3+
workflow_dispatch:
34
push:
45
branches:
56
- main
@@ -32,4 +33,4 @@ jobs:
3233
shell: pwsh
3334

3435
- name: Run simple code
35-
run: python -c 'import math; print(math.factorial(5))'
36+
run: python -c 'import math; print(math.factorial(5))'

0 commit comments

Comments
 (0)