From 29c0551aafbc8b4793d707ebb01db10f483e1c96 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Wed, 12 Aug 2020 11:12:47 +0200 Subject: [PATCH] Run the CI on pull request. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is needed to have the CI run on pull request created from of fork respository. We don't need to launch the CI on push : - It will also be build on pull_request. - The CI does check code only (no publication,...) --- .github/workflows/{ci.yml => check_pr.yml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{ci.yml => check_pr.yml} (99%) diff --git a/.github/workflows/ci.yml b/.github/workflows/check_pr.yml similarity index 99% rename from .github/workflows/ci.yml rename to .github/workflows/check_pr.yml index e93b825ff..2e069ae28 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/check_pr.yml @@ -1,6 +1,6 @@ -name: CI +name: Check PR -on: [push] +on: [pull_request] jobs: Macos: