Kaynağa Gözat

cicd: Manual trigger of workflow to test docker images

jamesread 3 yıl önce
ebeveyn
işleme
d029f7b5bd
1 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  1. 3 1
      .github/workflows/build-snapshot.yml

+ 3 - 1
.github/workflows/build-snapshot.yml

@@ -1,6 +1,8 @@
 name: "Build Snapshot"
 
-on: [push]
+on: 
+  - push
+  - workflow_dispatch 
 
 jobs:
   build-snapshot: