forked from molecule-ai/molecule-core
fix(ci): scope trigger to main only — revert accidental staging push addition
The Docker daemon health-check fix should not change which branches trigger the build. Revert accidental addition of 'staging' to branch filters. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
8b6a11ccc7
commit
6d94fd3077
@ -23,7 +23,7 @@ name: publish-workspace-server-image
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [staging, main]
|
branches: [main]
|
||||||
paths:
|
paths:
|
||||||
- 'workspace-server/**'
|
- 'workspace-server/**'
|
||||||
- 'canvas/**'
|
- 'canvas/**'
|
||||||
|
|||||||
@ -32,7 +32,7 @@ name: publish-workspace-server-image
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [staging, main]
|
branches: [main]
|
||||||
paths:
|
paths:
|
||||||
- 'workspace-server/**'
|
- 'workspace-server/**'
|
||||||
- 'canvas/**'
|
- 'canvas/**'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user