Update build-packages.yml

This commit is contained in:
Bard 2023-11-26 18:24:34 +08:00 committed by GitHub
parent 64dc0506dd
commit dc112c41ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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