From b5b881fa2c64a485561ac3dd622230fad7d0fee0 Mon Sep 17 00:00:00 2001 From: Martin Jakobsson Date: Fri, 12 Jul 2024 18:00:35 +0200 Subject: [PATCH] CI: Removed unnecessary step and made CI run on PRs --- .github/workflows/ci.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e7f9811..bbba3d54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,7 @@ name: CI on: + pull_request: push: branches: [master] @@ -28,11 +29,3 @@ jobs: shell: bash env: COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Clean up cache - run: | - rm -rf "$HOME/.ivy2/local" || true - find $HOME/Library/Caches/Coursier/v1 -name "ivydata-*.properties" -delete || true - find $HOME/.ivy2/cache -name "ivydata-*.properties" -delete || true - find $HOME/.cache/coursier/v1 -name "ivydata-*.properties" -delete || true - find $HOME/.sbt -name "*.lock" -delete || true - shell: bash \ No newline at end of file