From 19d8c26244dbda979b2a7c1c4d70ec19b4db2d39 Mon Sep 17 00:00:00 2001 From: Douglas Lowder Date: Mon, 30 Oct 2023 10:39:12 -0700 Subject: [PATCH] Disable outdated preview workflow --- .github/workflows/preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 675331ff..5417ab09 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -1,7 +1,7 @@ name: Expo Preview on: push: - branches: [master, main] + branches: [] jobs: changed: name: Find changed apps