Skip to content

Commit ce46f71

Browse files
committed
always build
1 parent 0d9c1f1 commit ce46f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ jobs:
656656
# to main branch. We are only building this for amd64 platform. (>95% pulls
657657
# are for amd64)
658658
needs: changes
659-
if: github.ref == 'refs/heads/main' && needs.changes.outputs.docs-only == 'false'
659+
if: needs.changes.outputs.docs-only == 'false'
660660
runs-on: ubuntu-latest
661661
outputs:
662662
IMAGE: ghcr.io/coder/coder-preview:${{ steps.build.outputs.tag }}

0 commit comments

Comments
 (0)