allow run unit test manually
@@ -10,6 +10,9 @@ on:
branches:
- master
- develop
+
+ # Allows you to run this workflow manually from the Actions tab
+ workflow_dispatch:
jobs:
unit-test: