Browse Source

CI: Add option to manually trigger github actions

Mary 5 years ago
parent
commit
fe452ac784
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/build.yml

+ 2 - 0
.github/workflows/build.yml

@@ -1,6 +1,8 @@
 name: Build job
 
 on:
+  workflow_dispatch:
+    inputs: {}
   push:
     branches: [ master ]
     paths-ignore: