Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
manudeli committed Mar 3, 2025
2 parents e0ac0a3 + e388377 commit 553dfdf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
types: [opened, synchronize, reopened]
env:
CI: ${{ vars.CI }}
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ vars.TURBO_TEAM }}

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: Changesets PR or Publish

on:
push:
branches: [main, beta, next, v1, v2, v3]
branches: [main, beta, next]
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ vars.TURBO_TEAM }}

jobs:
build:
Expand Down

0 comments on commit 553dfdf

Please sign in to comment.