We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f45f9c1 commit 2752107Copy full SHA for 2752107
.github/workflows/build-openwrt.yml
@@ -9,6 +9,7 @@
9
name: Build OpenWrt
10
11
on:
12
+ repository_dispatch:
13
release:
14
types: published
15
push:
@@ -73,7 +74,7 @@ jobs:
73
74
75
- name: SSH connection to Actions
76
uses: P3TERX/debugger-action@master
- if: env.SSH_ACTIONS == 'true'
77
+ if: env.SSH_ACTIONS == 'true' || contains(github.event.action, 'ssh')
78
79
- name: Download package
80
id: package
0 commit comments