From 48fa275d04a4fc5e9666d206b50c337a5cfcfe7a Mon Sep 17 00:00:00 2001 From: tevador Date: Mon, 9 Oct 2023 19:14:51 +0200 Subject: [PATCH] Avoid redundant CI runs --- .github/workflows/c-cpp.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 22151c3..47ade39 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -1,6 +1,9 @@ name: C/C++ CI -on: [push, pull_request] +on: + push: + branches: [ master ] + pull_request: jobs: build-alpine: