From 998b5d3a9d93112472b585ebf7085cbc95bc4f33 Mon Sep 17 00:00:00 2001 From: jcleng Date: Wed, 18 Jan 2023 15:46:52 +0800 Subject: [PATCH] branches Signed-off-by: jcleng --- .github/workflows/build-openwrt-x86.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-openwrt-x86.yml b/.github/workflows/build-openwrt-x86.yml index 207eea0..8d295f8 100644 --- a/.github/workflows/build-openwrt-x86.yml +++ b/.github/workflows/build-openwrt-x86.yml @@ -13,6 +13,9 @@ name: Build OpenWrt(x86) on: repository_dispatch: workflow_dispatch: + branches: + - main + - x86 inputs: ssh: description: 'SSH connection to Actions'