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: