Skip to content

Commit 41d8f9d

Browse files
authored
Merge pull request #489 from codeforjapan/develop
fix: deploy.yml
2 parents 799e07d + b532232 commit 41d8f9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ jobs:
9090
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
9191

9292
- name: Move cache
93+
if: endsWith(github.ref, 'heads/master') || endsWith(github.ref, 'heads/develop')
9394
run: |
9495
rm -rf /tmp/.buildx-cache
9596
mv /tmp/.buildx-cache-new /tmp/.buildx-cache

0 commit comments

Comments
 (0)