Skip to content

Commit

Permalink
Run CI on main whenever dependencies have changed (#1987)
Browse files Browse the repository at this point in the history
To update the cache.

Signed-off-by: Jiahao XU <[email protected]>
  • Loading branch information
NobodyXu authored Nov 29, 2024
1 parent b78dfd2 commit f95b696
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit f95b696

Please sign in to comment.