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:
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user