diff options
-rw-r--r-- | .github/workflows/build-openwrt.yml | 4 |
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 |