Răsfoiți Sursa

Add workflow_dispatch trigger to main.yml

Anatoli Arkhipenko 5 luni în urmă
părinte
comite
adf1b99861
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      .github/workflows/main.yml

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

@@ -8,6 +8,7 @@ on:
     branches: [ main ]
     branches: [ main ]
   pull_request:
   pull_request:
     branches: [ main ]
     branches: [ main ]
+  workflow_dispatch:
 
 
 # This is the list of jobs that will be run concurrently.
 # This is the list of jobs that will be run concurrently.
 # Since we use a build matrix, the actual number of jobs
 # Since we use a build matrix, the actual number of jobs