Skip to content

Commit

Permalink
Add manual tag input for generating cache in this fork
Browse files Browse the repository at this point in the history
  • Loading branch information
oysstu committed Nov 1, 2024
1 parent 545c650 commit ea0efc6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release_cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ name: release-cache

on: # yamllint disable-line rule:truthy
workflow_dispatch:
inputs:
tag:
description: 'Tag to release cache for.'
required: true
type: string
default: ''
push:
tags:
- '**' # Double ** needed to match tags containing '/'
Expand Down

0 comments on commit ea0efc6

Please sign in to comment.