Skip to content

Commit 2150608

Browse files
committed
update trigger & use on push
1 parent 813dfc5 commit 2150608

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

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

+8-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@
33
# SPDX-License-Identifier: Apache-2.0
44
name: test.pypi.org Release
55
on:
6-
pull_request:
6+
push:
7+
branches:
8+
- feature/**
9+
- ci/**
10+
- feat/**
11+
- fix/**
12+
- perf/**
13+
714

815
# inputs:
916
# verbose:

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,6 @@ match = "(main)"
115115
prerelease = false
116116

117117
[tool.semantic_release.branches.dev]
118-
match = "^(feature|feat|fix|perf)/.+"
118+
match = "^(feature|feat|fix|perf|ci)/.+"
119119
prerelease = true
120120
prerelease_token = "dev"

0 commit comments

Comments
 (0)