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:
Molecule AI · infra-sre 2026-05-10 12:08:34 +00:00
parent 8b6a11ccc7
commit 6d94fd3077
2 changed files with 2 additions and 2 deletions

View File

@ -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/**'

View File

@ -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/**'