Skip to content

Commit

Permalink
feat: update CI so it runs on release as well (#33)
Browse files Browse the repository at this point in the history
## What kind of change does this PR introduce?

so that we can unblock v0.4.1. Referencing the Auth workflow:
https://github.com/supabase/auth/blob/master/.github/workflows/test.yml
  • Loading branch information
J0 authored Jul 4, 2024
1 parent 7dc1837 commit 4517996
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: CI

on:
pull_request:
push:
branches:
- main
tags: ["*"]

jobs:
lint:
Expand Down

0 comments on commit 4517996

Please sign in to comment.