From ce82bec8cefb4b746c3ab7e3279627e7dac6d74d Mon Sep 17 00:00:00 2001 From: Parker Moore <237985+parkr@users.noreply.github.com> Date: Thu, 15 Jul 2021 12:44:39 -0400 Subject: [PATCH] Update .github/workflows/ci.yaml --- .github/workflows/ci.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 751e545..d9249a5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,4 +1,4 @@ -on: +on: push: pull_request: types: [opened, synchronize] @@ -8,9 +8,10 @@ jobs: name: script/cibuild steps: - uses: actions/checkout@v2 - - uses: actions/setup-ruby@v1 + - uses: ruby/setup-ruby@v1 with: ruby-version: 2.7 + bundler-cache: true - name: build run: script/bootstrap - name: test