chore: update actions to include next branch
This commit is contained in:
parent
6a94e815f2
commit
93d5c2ed29
2
.github/workflows/automated.yaml
vendored
2
.github/workflows/automated.yaml
vendored
@ -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:
|
||||
|
||||
1
.github/workflows/build.yaml
vendored
1
.github/workflows/build.yaml
vendored
@ -3,6 +3,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- "main"
|
||||
- "next"
|
||||
pull_request:
|
||||
|
||||
concurrency:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user