From e29b6f3ad6ebe1062fe485f867d900b9bdd4dd96 Mon Sep 17 00:00:00 2001 From: renaud gaudin Date: Mon, 13 Jun 2022 10:02:35 +0000 Subject: [PATCH] CI on push is suffiscient --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 67bd4fb..d148161 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,6 +1,6 @@ name: CI -on: [push, pull_request] +on: push jobs: integration-tests: