Skip to content

Commit

Permalink
ci: use next branch for features behind feature flags
Browse files Browse the repository at this point in the history
  • Loading branch information
UnderKoen committed Feb 13, 2024
1 parent 763df6b commit 52f20d1
Show file tree
Hide file tree
Showing 4 changed files with 653 additions and 600 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
- next
paths-ignore:
- "docs/**"
- "**/*.md"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
- next
paths-ignore:
- "docs/**"
- "**/*.md"
Expand Down
Loading

0 comments on commit 52f20d1

Please sign in to comment.