mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
ci: remove next
from workflows (#12550)
This commit is contained in:
parent
6f4793656e
commit
875f8b9185
3 changed files with 1 additions and 3 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -5,7 +5,6 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
- next
|
||||
merge_group:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
|||
- "1-legacy"
|
||||
- "2-legacy"
|
||||
- "3-legacy"
|
||||
- next
|
||||
- "4-legacy"
|
||||
|
||||
defaults:
|
||||
run:
|
||||
|
|
1
.github/workflows/sync-examples.yml
vendored
1
.github/workflows/sync-examples.yml
vendored
|
@ -12,7 +12,6 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
- next
|
||||
|
||||
# Automatically cancel in-progress actions on the same branch
|
||||
concurrency:
|
||||
|
|
Loading…
Reference in a new issue