From 93d5c2ed2923300d22098ee9d846e85250fcab8b Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Thu, 3 Apr 2025 03:03:44 -0400 Subject: [PATCH] chore: update actions to include next branch --- .github/workflows/automated.yaml | 2 +- .github/workflows/build.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/automated.yaml b/.github/workflows/automated.yaml index eb85bef..5fcab1a 100644 --- a/.github/workflows/automated.yaml +++ b/.github/workflows/automated.yaml @@ -10,7 +10,7 @@ concurrency: permissions: 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 jobs: diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index df6c2ec..a82f456 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -3,6 +3,7 @@ on: push: branches: - "main" + - "next" pull_request: concurrency: