aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Faust <colefaust@google.com>2022-11-25 13:37:40 -0800
committerCole Faust <colefaust@google.com>2022-11-25 13:37:40 -0800
commitb886653c1c18fa2c220461469e84ebe7334f16e1 (patch)
tree276cb4f2adb9ee3edf3742d7129529d6227886b9
parenta6adf085a06ef61b0417b140fd24cbc5709b6707 (diff)
downloadkati-b886653c1c18fa2c220461469e84ebe7334f16e1.tar.gz
Add workflow_dispatch trigger to github action
-rw-r--r--.github/workflows/cpp-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/cpp-ci.yml b/.github/workflows/cpp-ci.yml
index afa5012..22dbc66 100644
--- a/.github/workflows/cpp-ci.yml
+++ b/.github/workflows/cpp-ci.yml
@@ -5,6 +5,8 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]
+ # This allows manually running CI through the github ui
+ workflow_dispatch:
jobs:
build: