From aa05afe57daf066e994ce95ebbcb39f091352ee6 Mon Sep 17 00:00:00 2001 From: Patrick Lewis Date: Sat, 2 Apr 2022 16:09:32 -0700 Subject: [PATCH] chore: workflow updates (#34) --- .github/workflows/core_build.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/core_build.yml b/.github/workflows/core_build.yml index 7da18ed..25f1617 100644 --- a/.github/workflows/core_build.yml +++ b/.github/workflows/core_build.yml @@ -1,6 +1,8 @@ name: core-build on: push: + branches: + - 'master' pull_request: jobs: @@ -23,9 +25,9 @@ jobs: with: path: 'modules/mod-eluna' - name: Cache - uses: actions/cache@v1.1.2 + uses: actions/cache@v2 with: - path: /home/runner/.ccache + path: var/ccache key: ccache:${{ matrix.compiler }}:${{ github.ref }}:${{ github.sha }} restore-keys: | ccache:${{ matrix.compiler }}:${{ github.ref }}