Skip to content

Commit

Permalink
Merge branch 'dev_bjorn' into testpypi
Browse files Browse the repository at this point in the history
  • Loading branch information
BjornFJohansson committed Dec 8, 2023
2 parents 780c720 + fe4120f commit 6acff25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pydna_pypi_build_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ name: Build for PyPI from master branch
on:
release:
types: [published]
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v3
- name: Build and publish to pypi
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/pydna_test_pypi_build_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ name: Build for TESTPyPI from testpypi branch
on:
release:
types: [published]
branches:
- testpypi
jobs:
build:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/testpypi'
steps:
- uses: actions/checkout@v3
- name: Build and publish to pypi
Expand Down

0 comments on commit 6acff25

Please sign in to comment.