Skip to content

Commit 2752107

Browse files
author
P3TERX
committed
Use webhook to trigger GitHub Actions
1 parent f45f9c1 commit 2752107

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-openwrt.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
name: Build OpenWrt
1010

1111
on:
12+
repository_dispatch:
1213
release:
1314
types: published
1415
push:
@@ -73,7 +74,7 @@ jobs:
7374
7475
- name: SSH connection to Actions
7576
uses: P3TERX/debugger-action@master
76-
if: env.SSH_ACTIONS == 'true'
77+
if: env.SSH_ACTIONS == 'true' || contains(github.event.action, 'ssh')
7778

7879
- name: Download package
7980
id: package

0 commit comments

Comments
 (0)