From 70360edb96d2793b78fa26bf050835c849679d73 Mon Sep 17 00:00:00 2001 From: Dawa Ometto Date: Sat, 26 Jun 2021 22:06:34 +0200 Subject: [PATCH] Update test.yaml (#1734) --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 47ac61e2..fa570d69 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,5 +1,5 @@ name: Ruby Build -on: [push] +on: [push, pull_request] jobs: build: runs-on: ubuntu-latest @@ -26,4 +26,4 @@ jobs: ruby-version: ${{ matrix.ruby }} bundler-cache: true - name: exec rake - run: bundle exec rake \ No newline at end of file + run: bundle exec rake