Skip to content

Commit e7ff775

Browse files
author
Selfeer
committed
add release workflow
1 parent cbbd58f commit e7ff775

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: Build and Publish .deb Package
22

33
on:
4-
push:
5-
tags:
6-
- 'v*' # Trigger the workflow when a version tag is pushed (e.g., v1.0.0)
4+
workflow_dispatch:
5+
76

87
jobs:
98
build-deb:

0 commit comments

Comments
 (0)