⚒ Workflow updates to only trigger when needed (#4352)

This commit is contained in:
Michael Clark
2025-02-11 14:54:40 +00:00
committed by GitHub
parent be2126e136
commit 6710456c05
4 changed files with 11 additions and 8 deletions

View File

@@ -6,12 +6,12 @@ on:
branches:
- master
paths:
- packages/sync-server
- 'packages/sync-server/**'
pull_request:
branches:
- master
paths:
- packages/sync-server
- 'packages/sync-server/**'
schedule:
- cron: '0 0 * * *'
workflow_dispatch: