Skip to content

Commit

Permalink
feat: run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arein committed Jan 10, 2024
1 parent 1ce910f commit 858a49e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr_checks.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Checks
name: UI Tests

concurrency:
# Support push/pr as event types with different behaviors each:
Expand All @@ -13,8 +13,8 @@ env:
VERCEL_PROJECT_ID: ${{ secrets.UI_TEST_WALLET_V2_VERCEL_PROJECT_ID }}

on:
push:
branches-ignore:
pull_request:
branches:
- main

jobs:
Expand Down

0 comments on commit 858a49e

Please sign in to comment.