ci(build_packages): add target event
This commit is contained in:
parent
e1592c41d0
commit
c1f77da3b9
|
@ -1,6 +1,9 @@
|
||||||
name: Cross build packages
|
name: Cross build packages
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- 'main-v4.**'
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 */6 * * *'
|
- cron: '0 */6 * * *'
|
||||||
release:
|
release:
|
||||||
|
|
Loading…
Reference in New Issue