Kaynağa Gözat

Allow manually run test workflow

Alex Tran 3 yıl önce
ebeveyn
işleme
45e2335b86
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      .github/workflows/test.yml

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

@@ -1,5 +1,6 @@
 name: Test
 on:
+  workflow_dispatch:
   pull_request:
   push: { branches: master }