Skip to content

Commit 530e41c

Browse files
author
ztarbug
committed
switch trigger, to test release
1 parent 5d44141 commit 530e41c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-release-latest.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Build and release latest APT package
22

33
on:
44
workflow_dispatch:
5+
pull_request:
56

67
permissions:
78
contents: write

.github/workflows/pr_build.yaml

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

33
on:
44
workflow_dispatch:
5-
pull_request:
5+
#pull_request:
66

77
permissions:
88
contents: write

0 commit comments

Comments
 (0)