From 1ce910f0b3ae4cec4ea973148cc3e9ccf5b60002 Mon Sep 17 00:00:00 2001 From: Derek Date: Tue, 9 Jan 2024 20:30:05 -0500 Subject: [PATCH] fix: format --- .github/workflows/pr_checks.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr_checks.yml b/.github/workflows/pr_checks.yml index 97b02668e..311fadd03 100644 --- a/.github/workflows/pr_checks.yml +++ b/.github/workflows/pr_checks.yml @@ -11,10 +11,12 @@ concurrency: env: VERCEL_ORG_ID: ${{ secrets.VERCEL_TEAM_ID }} VERCEL_PROJECT_ID: ${{ secrets.UI_TEST_WALLET_V2_VERCEL_PROJECT_ID }} + on: push: branches-ignore: - main + jobs: preview: runs-on: ubuntu-latest @@ -34,7 +36,6 @@ jobs: id: preview run: echo "PREVIEW_URL=$(cat preview.txt | tail -n 1)" >> "$GITHUB_OUTPUT" - ui-test: needs: preview with: