Skip to content

Commit 6d7a72d

Browse files
committed
Fixup: DRAFT: Allow on pull
1 parent 7c46db1 commit 6d7a72d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-overlay-deb.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Build a Debian package using an overlay recipe
22

33
on:
4-
# temporarily allow on pull_request
5-
pull_request:
4+
# temporarily allow on push
5+
push:
66
workflow_dispatch:
77
inputs:
88
config:

0 commit comments

Comments
 (0)