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: