From a62dddbc6c77f9d02ce3779d66a144ed6af47bc3 Mon Sep 17 00:00:00 2001 From: Antonio Murgia Date: Thu, 8 Feb 2024 10:52:49 +0100 Subject: [PATCH] Do not run 2 CIs on PRs --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c1021b..377f8ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,9 @@ name: CI on: - - push - - pull_request + push: + branches: + - master + pull_request: {} jobs: ci: runs-on: ubuntu-latest