Skip to content

Commit 9f02806

Browse files
⬆️ CI/CD: Updated
1 parent db8a14d commit 9f02806

File tree

2 files changed

+25
-31
lines changed

2 files changed

+25
-31
lines changed

.github/workflows/python-publish-pypi-test.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: Release
2+
3+
on:
4+
push:
5+
branches:
6+
- 'release/**'
7+
8+
push:
9+
branches: [ "develop" ]
10+
11+
permissions:
12+
contents: write
13+
14+
jobs:
15+
deployment:
16+
runs-on: ubuntu-latest
17+
18+
steps:
19+
- uses: actions/checkout@v3
20+
with:
21+
repo-token: ${{ secrets.GITHUB_TOKEN }}
22+
23+
- name: Branch name
24+
shell: bash
25+
run: echo ${GITHUB_REF##*/}

0 commit comments

Comments
 (0)