Merge pull request #7006 from Rory-Z/ci/update-target-event

ci(build_packages): add target event
This commit is contained in:
Rory Z 2022-02-17 09:33:17 +08:00 committed by GitHub
commit 545abe2d52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -1,6 +1,13 @@
name: Cross build packages name: Cross build packages
concurrency:
group: build-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true
on: on:
push:
branches:
- 'main-v4.**'
schedule: schedule:
- cron: '0 */6 * * *' - cron: '0 */6 * * *'
release: release: