mirror of
https://github.com/tale/headplane.git
synced 2026-08-31 17:28:14 +00:00
chore: update actions to include next branch
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "main"
|
- "main"
|
||||||
|
- "next"
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
|
|||||||
Reference in New Issue
Block a user