aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2023-04-21 17:03:34 +0200
committerToni Uhlig <matzeton@googlemail.com>2023-04-21 17:03:34 +0200
commitc9da8b0fd95303fa98f56104c2013f5c380b65a8 (patch)
treee8f81d5055aad1306c4e304c57e581f3483fe19e /.github
parentca355b1fdb96a39a9805c558d29ba85f7f0b1669 (diff)
Github Actions: update OpenWrt SDK to use `main` branch
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-openwrt.yml4
1 files changed, 2 insertions, 2 deletions
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