Skip to content

Commit

Permalink
Update build-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cutecatsandvirtualmachines authored Aug 11, 2024
1 parent da24ac9 commit 730a372
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,18 @@ on:
branches: [ "master" ]
tags:
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
inputs:
tag_name:
required: true
type: string
pull_request:
branches: [ "master" ]
tags:
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
inputs:
tag_name:
required: true
type: string
workflow_dispatch:

env:
Expand Down

0 comments on commit 730a372

Please sign in to comment.