Skip to content

Commit 3e7bfaf

Browse files
committed
Testing the github action workflow for ubunto packaging
1 parent d4301d8 commit 3e7bfaf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/create-ubuntu-distribution-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1+
cat .github/workflows/create-ubuntu-distribution-package.yml
12
name: Build & Package (Ubuntu)
23

34
on:
45
push:
56
tags:
6-
- 'v'
7+
- 'v*'
78
workflow_dispatch:
89
pull_request:
910
branches: [ main ]

0 commit comments

Comments
 (0)