Skip to content

Commit

Permalink
Merge pull request #39 from CriticalMoments/pr_ci
Browse files Browse the repository at this point in the history
Add CI for PRs
  • Loading branch information
scosman authored Mar 12, 2024
2 parents f9372fd + 8c02fcb commit dcaa344
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 dcaa344

Please sign in to comment.