From c9da8b0fd95303fa98f56104c2013f5c380b65a8 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Fri, 21 Apr 2023 17:03:34 +0200 Subject: Github Actions: update OpenWrt SDK to use `main` branch Signed-off-by: Toni Uhlig --- .github/workflows/build-openwrt.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/build-openwrt.yml b/.github/workflows/build-openwrt.yml index 21a96ecdf..c3ac1af15 100644 --- a/.github/workflows/build-openwrt.yml +++ b/.github/workflows/build-openwrt.yml @@ -7,7 +7,7 @@ on: - tmp pull_request: branches: - - master + - main types: [opened, synchronize, reopened] release: types: [created] @@ -57,7 +57,7 @@ jobs: fetch-depth: 1 - name: Build - uses: openwrt/gh-action-sdk@master + uses: openwrt/gh-action-sdk@main env: ARCH: ${{ matrix.arch }} FEED_DIR: ${{ github.workspace }}/packages/openwrt -- cgit v1.2.3