Skip to content

Commit fc7cd62

Browse files
authored
fix: action trigger (#22)
1 parent b4f30c2 commit fc7cd62

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build-apt.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: build-apt.yml
22
on:
33
workflow_dispatch:
44
release:
5+
types: [published]
56

67
jobs:
78
build-deb-package:

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build
22

33
on:
44
release:
5-
types: [created]
5+
types: [published]
66
workflow_dispatch:
77

88
jobs:

0 commit comments

Comments
 (0)