Skip to content

Commit

Permalink
Merge pull request #17626 from wordpress-mobile/set/default-branch-to…
Browse files Browse the repository at this point in the history
…-trunk

Update default branch to trunk
  • Loading branch information
oguzkocer authored Jan 17, 2022
2 parents 4b6fedd + 5463f28 commit a08cc72
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 508 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ workflows:
- Unit Tests:
<<: *iphone_test_device
requires: [ "Build Tests" ]
# Always run UI tests on develop and release branches
# Always run UI tests on trunk and release branches
- UI Tests:
name: UI Tests (iPhone)
<<: *iphone_test_device
Expand All @@ -311,7 +311,7 @@ workflows:
filters:
branches:
only:
- develop
- trunk
- /^release.*/
- /^gutenberg\/integrate_release_.*/
- UI Tests:
Expand All @@ -322,7 +322,7 @@ workflows:
filters:
branches:
only:
- develop
- trunk
- /^release.*/
- /^gutenberg\/integrate_release_.*/
- Build Jetpack:
Expand All @@ -334,7 +334,7 @@ workflows:
filters:
branches:
ignore:
- develop
- trunk
- /^release.*/
- /^gutenberg\/integrate_release_.*/
- UI Tests:
Expand Down Expand Up @@ -384,6 +384,6 @@ workflows:
filters:
branches:
only:
- develop
- trunk
jobs:
- Jetpack Installable Build
36 changes: 0 additions & 36 deletions RELEASE-CYCLE.md

This file was deleted.

Loading

0 comments on commit a08cc72

Please sign in to comment.