Skip to content

Commit

Permalink
tests: fix workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesvedder committed Jun 11, 2024
1 parent e371083 commit 9374962
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/supabase-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Test Supabase
on:
push:
paths:
- ".github/workflows/supabase-test.yml"
- "database/**"
- "supabase/**"
- ".github/workflows/supabase-test.yml"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 9374962

Please sign in to comment.