Skip to content

Commit

Permalink
chore: update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
martinalbert committed May 7, 2024
1 parent 553ec6c commit bbbb828
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@ name: Test & Build & Publish to Pypi

on:
push:
branches: [ master ]
tags:
- 'v*'

jobs:
test:
if: startsWith(github.event.head_commit.message, 'chore(release)')
uses: ./.github/workflows/test.yml

build:
needs: test
if: startsWith(github.event.head_commit.message, 'chore(release)')
runs-on: ubuntu-22.04
steps:
- name: Checkout code
Expand Down Expand Up @@ -47,7 +46,6 @@ jobs:
name: >-
Publish to Test PyPI
needs: build
if: startsWith(github.event.head_commit.message, 'chore(release)')
runs-on: ubuntu-22.04

environment:
Expand Down
1 change: 0 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"last-release-sha": "b383d2cb90058488b130e07e37dabb6ba2001a71",
"packages": {
".": {
"release-type": "python",
Expand Down

0 comments on commit bbbb828

Please sign in to comment.