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:
|
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:
|
||||||
|
|||||||
1
.github/workflows/build.yaml
vendored
1
.github/workflows/build.yaml
vendored
@ -3,6 +3,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "main"
|
- "main"
|
||||||
|
- "next"
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user