Skip to content

Commit 1be0667

Browse files
committed
💚 ci: 更新 Release reference_audio to GitHub 工作流
1 parent ee70e07 commit 1be0667

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/github-release.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
name: Release to GitHub
1+
name: Release reference_audio to GitHub
22
on:
33
push:
44
paths:
5-
# Trigger on changes in the reference_audio folder
65
- 'res/reference_audio/**'
6+
branches:
7+
- master
8+
tags-ignore:
9+
- '*' # Ignore tags
710

811
permissions:
912
contents: write

.github/workflows/python-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Upload Python Package on Tag Creation
1+
name: Publish package to PyPI
22

33
on:
44
push:

.github/workflows/python.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
22
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
33

4-
name: Python package
4+
name: Python application
55

66
on:
77
push:

0 commit comments

Comments
 (0)