Update build-packages.yml
This commit is contained in:
parent
64dc0506dd
commit
dc112c41ae
4
.github/workflows/build-packages.yml
vendored
4
.github/workflows/build-packages.yml
vendored
@ -3,6 +3,8 @@ name: Build Packages
|
||||
on:
|
||||
watch:
|
||||
types: started
|
||||
repository_dispatch:
|
||||
types: build
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -16,7 +18,7 @@ jobs:
|
||||
- aarch64_generic
|
||||
- x86_64
|
||||
tag:
|
||||
- openwrt-22.03
|
||||
- openwrt-23.05
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
Loading…
Reference in New Issue
Block a user