Skip to content

Commit

Permalink
CI: Avoid updating feedstock on non-numeric rel branches
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed May 27, 2021
1 parent 5e8af43 commit 4a7d600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,6 @@ workflows:
context: nipybot
filters:
branches:
only: /rel\/.*/
only: /rel\/\d.*/
tags:
only: /.*/

0 comments on commit 4a7d600

Please sign in to comment.