mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-21 06:58:47 -05:00
⚒ Workflow updates to only trigger when needed (#4352)
This commit is contained in:
4
.github/workflows/docker-edge.yml
vendored
4
.github/workflows/docker-edge.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user