Skip to content

Commit

Permalink
chore: deploy previews for changeset release branches as well
Browse files Browse the repository at this point in the history
  • Loading branch information
peschee committed Jan 12, 2024
1 parent 8001f5e commit 71e93e9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name: Deploy Preview

on:
push:
branches-ignore:
- main
# push:
# branches-ignore:
# - main
pull_request:
branches-ignore:
- 'dependabot/**'
- 'changeset-release/**'

# https://github.com/orgs/community/discussions/26681
concurrency:
Expand Down

0 comments on commit 71e93e9

Please sign in to comment.