Skip to content

Commit

Permalink
Update Openwrt-AutoBuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KardRi authored Jun 24, 2024
1 parent ee54c0b commit 3d69805
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Openwrt-AutoBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
name: Build OpenWrt

on:
repository_dispatch:
workflow_dispatch:

env:
REPO_TOKEN: ${{ secrets.TOKEN_KIDDIN9 }}
Expand All @@ -31,7 +31,7 @@ jobs:
strategy:
fail-fast: false
matrix:
target: ["${{ github.event.client_payload.target }}"]
target: ["qualcommax_ipq60xx"]

steps:
- name: Checkout
Expand Down

0 comments on commit 3d69805

Please sign in to comment.