Skip to content

Commit d2f750a

Browse files
nsakaimbomokagio
authored andcommitted
ci: fix Circle filter for Desktop jobs (#48190)
1 parent c7b17f9 commit d2f750a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1098,8 +1098,8 @@ workflows:
10981098
branches:
10991099
only:
11001100
- trunk
1101-
- release/*
1102-
- desktop/*
1101+
- /release\/.*/
1102+
- /desktop\/.*/
11031103
- wp-desktop-mac:
11041104
requires:
11051105
- wp-desktop-source

0 commit comments

Comments
 (0)