Skip to content

Commit

Permalink
Updatin CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
EdoPro98 committed Sep 27, 2024
1 parent ea0c928 commit bfc18a1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/deployonTestPyPi.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: Build and upload to TestPyPI
on:
workflow_dispatch: null
push: null
workflow_dispatch:
push:
branches:
- main
- dev
release:
types:
- published
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand All @@ -29,7 +32,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix: null
matrix:
os:
- ubuntu-latest
- macos-latest
Expand Down

0 comments on commit bfc18a1

Please sign in to comment.