Skip to content

Commit

Permalink
ci(release): remove feature branch from workflow allowed targets
Browse files Browse the repository at this point in the history
  • Loading branch information
poikilotherm committed Dec 13, 2023
1 parent abaf3d6 commit aabff78
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches:
- main
- develop
- "feature/186-pypi-release"
tags:
- 'v**'

Expand All @@ -27,7 +26,7 @@ jobs:
build toml-cli
--user
- name: Reset package name and version for dev snaps
if: github.ref_name == 'develop' || github.ref_name == 'feature/186-pypi-release'
if: github.ref_name == 'develop'
run: |
toml set --toml-path pyproject.toml tool.poetry.name hermes-test
VERSION=$(toml get --toml-path pyproject.toml tool.poetry.version)
Expand Down

0 comments on commit aabff78

Please sign in to comment.