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: on:
watch: watch:
types: started types: started
repository_dispatch:
types: build
jobs: jobs:
build: build:
@ -16,7 +18,7 @@ jobs:
- aarch64_generic - aarch64_generic
- x86_64 - x86_64
tag: tag:
- openwrt-22.03 - openwrt-23.05
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3