Run CI on main whenever dependencies have changed (#1987)

To update the cache.

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
Jiahao XU 2024-11-29 20:22:18 +10:00 committed by GitHub
parent b78dfd2890
commit f95b696a7a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,8 +14,14 @@ on:
- opened
- reopened
- synchronize
schedule:
- cron: "0 3 * * 6"
push:
branches:
- main
paths:
- 'Cargo.lock'
- 'Cargo.toml'
- '**/Cargo.toml'
concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.event.pull_request.number || github.sha }}-${{ inputs.additional_key }}