We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29c0eec commit 2c195c0Copy full SHA for 2c195c0
1 file changed
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
name: Build distribution
23
runs-on: ubuntu-latest
24
needs: get_branch
25
- if: needs.get_branch.outputs.branch_name == 'main'
+ if: needs.get_branch.outputs.branch_name == '2.1.0-snapshot.2026-02'
26
steps:
27
- uses: actions/checkout@v4
28
- name: Set up Python
0 commit comments