We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 813dfc5 commit 2150608Copy full SHA for 2150608
.github/workflows/publish-to-testpypi.yml
@@ -3,7 +3,14 @@
3
# SPDX-License-Identifier: Apache-2.0
4
name: test.pypi.org Release
5
on:
6
- pull_request:
+ push:
7
+ branches:
8
+ - feature/**
9
+ - ci/**
10
+ - feat/**
11
+ - fix/**
12
+ - perf/**
13
+
14
15
# inputs:
16
# verbose:
pyproject.toml
@@ -115,6 +115,6 @@ match = "(main)"
115
prerelease = false
116
117
[tool.semantic_release.branches.dev]
118
-match = "^(feature|feat|fix|perf)/.+"
+match = "^(feature|feat|fix|perf|ci)/.+"
119
prerelease = true
120
prerelease_token = "dev"
0 commit comments