Skip to content

Commit

Permalink
Add CI for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Mar 12, 2024
1 parent c308c8e commit 8c02fcb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build

on: [push]
on: [push,pull_request]

env:
PUBLIC_SUPABASE_URL: 'https://fake_test_url.supabase.co'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Format Check

on: [push]
on: [push,pull_request]

env:
PUBLIC_SUPABASE_URL: 'https://fake_test_url.supabase.co'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Linting

on: [push]
on: [push,pull_request]

env:
PUBLIC_SUPABASE_URL: 'https://fake_test_url.supabase.co'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Tests

on: [push]
on: [push,pull_request]

env:
PUBLIC_SUPABASE_URL: 'https://fake_test_url.supabase.co'
Expand Down

0 comments on commit 8c02fcb

Please sign in to comment.