Skip to content

Commit da6597b

Browse files
committed
chore: Add workflow_dispatch trigger to CI tests
1 parent 1165181 commit da6597b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Tests CI
22
on:
33
pull_request:
44
types: [opened, synchronize]
5+
workflow_dispatch:
56

67
jobs:
78
analyze:

0 commit comments

Comments
 (0)