Skip to content

Commit 4a7d600

Browse files
committed
CI: Avoid updating feedstock on non-numeric rel branches
1 parent 5e8af43 commit 4a7d600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,6 @@ workflows:
268268
context: nipybot
269269
filters:
270270
branches:
271-
only: /rel\/.*/
271+
only: /rel\/\d.*/
272272
tags:
273273
only: /.*/

0 commit comments

Comments
 (0)