Skip to content

Commit

Permalink
feat: automate release on tag and workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
prnk28 committed Dec 11, 2024
1 parent eb0777e commit 99e9eef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/scheduled-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Versioned Release

on:
push:
tags:
- "*"
tags: ["v*"]
branches: ["develop"]
workflow_dispatch:

permissions:
contents: write
Expand Down

0 comments on commit 99e9eef

Please sign in to comment.