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:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- next
|
|
||||||
merge_group:
|
merge_group:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
||||||
- "1-legacy"
|
- "1-legacy"
|
||||||
- "2-legacy"
|
- "2-legacy"
|
||||||
- "3-legacy"
|
- "3-legacy"
|
||||||
- next
|
- "4-legacy"
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
|
|
1
.github/workflows/sync-examples.yml
vendored
1
.github/workflows/sync-examples.yml
vendored
|
@ -12,7 +12,6 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- next
|
|
||||||
|
|
||||||
# Automatically cancel in-progress actions on the same branch
|
# Automatically cancel in-progress actions on the same branch
|
||||||
concurrency:
|
concurrency:
|
||||||
|
|
Loading…
Reference in a new issue