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