Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
renatav committed Jun 27, 2024
1 parent 4dd394c commit 02aa465
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
name: Build and Deploy TAF

on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
workflow_run:
workflows: ["tests"]
branches: [main]
types:
- completed


jobs:
build_and_upload_wheel:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml → .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Run Tests

on:
push: {}
pull_request:
Expand Down

0 comments on commit 02aa465

Please sign in to comment.