Skip to content

Commit 2166742

Browse files
committed
update ci dev tags
1 parent 9ec2958 commit 2166742

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/pull_request_template.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1+
<!--
2+
SPDX-FileCopyrightText: 2025 Deutsche Telekom AG ([email protected])
13
4+
SPDX-License-Identifier: Apache-2.0
5+
-->
26
## Description
37
<!--Please include a summary of the changes and the related issue. Please also include relevant motivation and context.-->
48

.github/workflows/publish-to-testpypi.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
# SPDX-License-Identifier: Apache-2.0
44
name: test.pypi.org Release
55
on:
6-
workflow_dispatch:
6+
pull_request:
7+
branches:
8+
- feature/*
9+
- feat/*
10+
- fix/*
11+
- perf/*
712
# inputs:
813
# verbose:
914
# description: 'Verbosity for pypi release'

0 commit comments

Comments
 (0)