From cf8e50fb9cf8892659ac994759073779304177aa Mon Sep 17 00:00:00 2001 From: Noah Spannbauer Date: Mon, 29 Dec 2025 21:56:04 -0600 Subject: [PATCH] updating docker compose --- .github/workflows/main.yaml | 2 +- api/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 7a6378b..c679d15 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -9,7 +9,7 @@ jobs: uses: ./.github/workflows/changes.yaml build: - if: ${{ needs.changes.outputs.app == 'true' || needs.changes.outputs.client == 'true' }} + if: ${{ needs.changes.outputs.api == 'true' || needs.changes.outputs.client == 'true' }} name: build needs: - changes diff --git a/api/README.md b/api/README.md index a7caafe..61e7716 100644 --- a/api/README.md +++ b/api/README.md @@ -1,3 +1,3 @@ # Flying API -An API for the Flying app. \ No newline at end of file +An API for the Flying app. blah \ No newline at end of file