Skip to content

Commit ad1dabc

Browse files
committed
[DEBUG] Enable b_release_binaries job on all branches for testing purposes
1 parent 44101d9 commit ad1dabc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.circleci/config.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1242,8 +1242,9 @@ workflows:
12421242
tags:
12431243
# We only need release binaries from tagged commits
12441244
only: /^v.*/
1245-
branches:
1246-
ignore: /.*/
1245+
# TMP: Disabled for testing
1246+
#branches:
1247+
# ignore: /.*/
12471248
requires:
12481249
- b_ubu_static
12491250
- b_osx

0 commit comments

Comments
 (0)