Skip to content

Commit bccf97a

Browse files
authored
Merge pull request #2430 from sirosen/minor-ci-trigger-fix
Fix incorrect CI trigger for tags
2 parents 7696792 + 6bdd2ab commit bccf97a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ on:
66
push:
77
branches:
88
- main
9-
tags:
10-
- v*
119
workflow_call:
1210
inputs:
1311
cpython-pip-version:

changelog.d/2421.contrib.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Fixed CI triggers so that release tags won't create spurious failing runs --
2+
by {user}`sirosen`.

0 commit comments

Comments
 (0)