Skip to content

Commit

Permalink
Fix CI to run tests for python (#52)
Browse files Browse the repository at this point in the history
fix ci
  • Loading branch information
eyurtsev authored Mar 20, 2024
1 parent 6a1d4c8 commit 27b7592
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ on:
push:
branches: [ main ]
paths:
- '!frontend/**'
- 'backend/**'
pull_request:
paths:
- '!frontend/**'
- 'backend/**'
workflow_dispatch: # Allows to trigger the workflow manually in GitHub UI

# If another push to the same PR or branch happens while this workflow is still running,
Expand Down

0 comments on commit 27b7592

Please sign in to comment.