Skip to content

Commit

Permalink
ci: dispatch release on pushed tags
Browse files Browse the repository at this point in the history
  • Loading branch information
hlolli committed Jan 15, 2024
1 parent b4dafe0 commit 394b5ff
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish-release-headless.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Make ArweaveMinerUi Headless Release
name: release-headless

on:
workflow_dispatch:
push:
tags:
- "*"

jobs:
release:
Expand Down

0 comments on commit 394b5ff

Please sign in to comment.