Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jarro2783/cxxopts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarryd Beck <jarro.2783@gmail.com>2021-10-09 04:13:11 +0300
committerJarryd Beck <jarro.2783@gmail.com>2021-10-09 04:13:11 +0300
commit7d9971631913187136be1b40983e797ff4f8033e (patch)
treea840a9160a79012289fc770b8dbb921f32770671
parent946ebb6f8392cedf4d7aff10f96473c1f53c9889 (diff)
Add workflow dispatch
-rw-r--r--.github/workflows/build.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 50df964..3d35680 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -5,6 +5,7 @@ on:
branches: [ $default-branch ]
pull_request:
branches: [ $default-branch ]
+ workflow_dispatch:
jobs:
build: