Skip to content

Commit

Permalink
ci: remove next from workflows (#12550)
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico authored Nov 28, 2024
1 parent 6f47936 commit 875f8b9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
push:
branches:
- main
- next
merge_group:
pull_request:
paths-ignore:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- "1-legacy"
- "2-legacy"
- "3-legacy"
- next
- "4-legacy"

defaults:
run:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/sync-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:
push:
branches:
- main
- next

# Automatically cancel in-progress actions on the same branch
concurrency:
Expand Down

0 comments on commit 875f8b9

Please sign in to comment.