diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a3c50e..395bd58 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: push: - branches: [ main, master ] + branches: [ main, master, add-caching ] pull_request: branches: [ main, master ]