Skip to content

Commit

Permalink
CI: Removed unnecessary step and made CI run on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
Martomate committed Jul 12, 2024
1 parent 242b8aa commit b5b881f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: CI

on:
pull_request:
push:
branches: [master]

Expand Down Expand Up @@ -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

0 comments on commit b5b881f

Please sign in to comment.