Skip to content

Commit

Permalink
feat(gha): skip duplicate actions on main and develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbeckers committed Sep 12, 2024
1 parent e4a139f commit 27499d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/supabase-ci-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: verify supabase types
on:
pull_request:
branches-ignore:
- main
- develop

env:
SUPABASE_ACCESS_TOKEN: ${{ secrets.SUPABASE_ACCESS_TOKEN }}
Expand Down

0 comments on commit 27499d9

Please sign in to comment.