Skip to content

Commit

Permalink
Update preview.yml (#763)
Browse files Browse the repository at this point in the history
allow all paths except token list path
  • Loading branch information
sebastianscatularo authored Mar 7, 2024
1 parent ccadd99 commit b6094f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ name: Portal Bridge [Preview]
on:
pull_request:
branches:
- '*'
- '**'
- '!main'
paths:
- '**'
- '!apps/token-list/**'

jobs:
Expand Down

0 comments on commit b6094f0

Please sign in to comment.