Skip to content

Commit

Permalink
Update build-openwrt.yml
Browse files Browse the repository at this point in the history
add manual trigger
  • Loading branch information
t0saki authored Nov 30, 2024
1 parent 7d6f206 commit 2ab36a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-openwrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
push:
branches:
- '*'
workflow_dispatch:

env:
UPLOAD_BIN_DIR: false
Expand All @@ -18,7 +19,7 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
branch: [master, openwrt-24.10, v23.05.4]
branch: [openwrt-24.10, v23.05.4]
config: [base.config, alderlake.config]

steps:
Expand Down

0 comments on commit 2ab36a2

Please sign in to comment.