Skip to content

Commit

Permalink
add manual trigger to publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Nek-12 committed May 30, 2024
1 parent 4853c1a commit a74f204
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
name: Publishing
name: Publish a new Release

on:
push:
tags:
- '1.*'
- '2.*'
workflow_dispatch:
inputs:
tag:
required: true
type: string
description: 'Tag to use for the release and changelog'
- '2.*'

concurrency:
Expand Down

0 comments on commit a74f204

Please sign in to comment.