ci: add 'workflow_dispatch'
authorumarcor <unai.martinezcorral@ehu.eus>
Wed, 21 Jul 2021 16:09:37 +0000 (18:09 +0200)
committerumarcor <unai.martinezcorral@ehu.eus>
Sat, 31 Jul 2021 12:09:44 +0000 (14:09 +0200)
Signed-off-by: umarcor <unai.martinezcorral@ehu.eus>
.github/workflows/test.yml

index 51cd5e1e0a810a6888f4bc27fb43a015ffa989c3..04b3d7937b29b113b2b9a8e81b3e7bebf267a5a3 100644 (file)
@@ -5,6 +5,7 @@ on:
   pull_request:
   schedule:
     - cron: '0 0 * * 5'
+  workflow_dispatch:
 
 jobs: