Skip to content

Commit 7ecae85

Browse files
committed
fix: workflow path issues
1 parent fd21ddc commit 7ecae85

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/deploy-cloud-run.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
branches:
66
- main
7+
paths:
8+
- 'backend/**'
9+
- '.github/workflows/deploy-cloud-run.yml'
710
workflow_dispatch:
811

912
env:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ An open-source, production-ready AI coding agent for apps and websites.
77
Build, run, and ship full-stack applications with an agent that codes, executes, deploys, and integrates with your stack.
88

99
[![License](https://img.shields.io/badge/License-Apache--2.0-blue)](./LICENSE-Apache-2.0)
10-
[![Backend Status](https://github.com/iamjr15/cheatcode-production/actions/workflows/deploy-cloud-run.yml/badge.svg)](https://github.com/iamjr15/cheatcode-production/actions/workflows/deploy-cloud-run.yml)
10+
[![Backend Status](https://github.com/cheatcode-ai/cheatcode/actions/workflows/deploy-cloud-run.yml/badge.svg)](https://github.com/cheatcode-ai/cheatcode/actions/workflows/deploy-cloud-run.yml)
1111
[![Backend](https://img.shields.io/badge/Backend-FastAPI-009688)](#backend)
1212
[![Frontend](https://img.shields.io/badge/Frontend-Next.js_15-000000)](#frontend)
1313
[![DB](https://img.shields.io/badge/DB-Supabase-3FCF8E)](#database)

0 commit comments

Comments
 (0)