From 237ae67b48f95d3ace9cc2356dc63559ed163769 Mon Sep 17 00:00:00 2001 From: Aren Elchinyan Date: Sun, 12 Jan 2025 18:50:32 +0300 Subject: [PATCH] Add manual launch of CI --- .github/workflows/c-cpp.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 11aec2c..5a60709 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -1,8 +1,11 @@ name: C/C++ CI -contents: read -pull-requests: write +permissions: + contents: read + pull-requests: write on: + workflow_dispatch: + branches: [ "*" ] push: branches: [ "master" ] pull_request: