Skip to content

Commit

Permalink
fix: build ci
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 committed Jan 24, 2024
1 parent d5d239b commit 898fbf0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ jobs:
run: yarn install
- name: Build
run: yarn build
env:
SUPABASE_URL: ${{ secrets.SUPABASE_URL }}
SUPABASE_KEY: ${{ secrets.SUPABASE_KEY }}
2 changes: 0 additions & 2 deletions .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Conventional Commits

on:
pull_request:
push:
branches: [development]

jobs:
conventional-commits:
Expand Down

0 comments on commit 898fbf0

Please sign in to comment.