From 208f5c4647067dc32ddb4ba8a83f7b2237c6a80e Mon Sep 17 00:00:00 2001 From: Valerij Talagayev <82884038+talagayev@users.noreply.github.com> Date: Sat, 14 Dec 2024 17:56:39 +0100 Subject: [PATCH] Update CI-CD.yml make for PR requests --- .github/workflows/CI-CD.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI-CD.yml b/.github/workflows/CI-CD.yml index 96fe8081..c2a104b9 100644 --- a/.github/workflows/CI-CD.yml +++ b/.github/workflows/CI-CD.yml @@ -1,6 +1,11 @@ name: CI-CD - -on: [push] +on: + push: + branches: + - '**' + pull_request: + branches: + - '**' jobs: build-linux: