Skip to content

Commit 5b42b66

Browse files
chore: allow to run CI manually
1 parent d9b6434 commit 5b42b66

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/push.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- 'main'
77
tags:
88
- '*'
9+
workflow_dispatch:
10+
branches:
11+
- 'main'
912

1013
jobs:
1114
push:

0 commit comments

Comments
 (0)