Selaa lähdekoodia

.github: allow workflow to be triggered manually

Signed-off-by: Lucas Servén Marín <lserven@gmail.com>
Lucas Servén Marín 5 vuotta sitten
vanhempi
sitoutus
7ea8c1bc64
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      .github/workflows/ci.yml

+ 1 - 0
.github/workflows/ci.yml

@@ -7,6 +7,7 @@ on:
     branches: [ master ]
     branches: [ master ]
   schedule:
   schedule:
   - cron:  '0 0 * * *'
   - cron:  '0 0 * * *'
+  workflow_dispatch:
 
 
 jobs:
 jobs: