We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dd8833 commit a294ae6Copy full SHA for a294ae6
1 file changed
.github/workflows/ci.yml
@@ -22,6 +22,10 @@ on:
22
- cron: "0 */3 * * *"
23
workflow_dispatch: # allows manual triggering with branch picker
24
push:
25
+ # TEMPORARY: run develop's CI on this branch so workflow changes in PR #11850
26
+ # are actually exercised. Reverted by #11850 itself once merged.
27
+ branches:
28
+ - maint/shard-marker-tests
29
# Semantic versioning syntax defined by PyPI: https://pythonpackaging.info/07-Package-Release.html#Versioning-your-code
30
tags:
31
# Stable release syntax
0 commit comments