Skip to content

Commit

Permalink
Merge pull request #544 from DanielKotik/update-cleanup-cache
Browse files Browse the repository at this point in the history
Remove caches after pushes to develop/master (+tags)
  • Loading branch information
DanielKotik authored Jun 11, 2024
2 parents c3383a6 + 940fd21 commit 4b32470
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/cleanup-caches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,19 @@ on:
pull_request_target:
types:
- closed
push:
# Trigger on pushes to master or develop and for git tag pushes
branches:
- master
- develop
tags:
- v*

jobs:
cleanup:
runs-on: ubuntu-latest
steps:
- name: Cleanup
- name: Cleanup caches
run: |
gh extension install actions/gh-actions-cache
Expand Down

0 comments on commit 4b32470

Please sign in to comment.