chore: update actions to include next branch

This commit is contained in:
Aarnav Tale 2025-04-03 03:03:44 -04:00
parent 6a94e815f2
commit 93d5c2ed29
2 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,7 @@ concurrency:
permissions: permissions:
actions: write # Allow canceling in-progress runs actions: write # Allow canceling in-progress runs
contents: read # Read access to the repository contents: write # Read/write access to the repository
pull-requests: write # Allow creating pull requests pull-requests: write # Allow creating pull requests
jobs: jobs:

View File

@ -3,6 +3,7 @@ on:
push: push:
branches: branches:
- "main" - "main"
- "next"
pull_request: pull_request:
concurrency: concurrency: