From 711b33d26838782ed1d7062fe85139d1b1e11d20 Mon Sep 17 00:00:00 2001 From: Ryan Brushett Date: Thu, 19 Aug 2021 15:36:19 -0400 Subject: [PATCH] Remove pull_request from ci options --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa688886b..29fed2697 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,6 @@ name: CI -on: [push, pull_request] +on: push env: SRB_SKIP_GEM_RBIS: true