We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbbd58f commit e7ff775Copy full SHA for e7ff775
.github/workflows/release.yml
@@ -1,9 +1,8 @@
1
name: Build and Publish .deb Package
2
3
on:
4
- push:
5
- tags:
6
- - 'v*' # Trigger the workflow when a version tag is pushed (e.g., v1.0.0)
+ workflow_dispatch:
+
7
8
jobs:
9
build-deb:
0 commit comments