Skip to content

Commit

Permalink
Try to get it running
Browse files Browse the repository at this point in the history
  • Loading branch information
harshil21 committed Sep 15, 2024
1 parent e840e37 commit 755f6e5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ name: Unit Tests

on:
pull_request:
paths:
- airbrakes/**
- tests/**
branches:
- '**' # Matches all branch names
push:
branches:
- master
- '**' # Match any branch

jobs:
pytest:
Expand Down

0 comments on commit 755f6e5

Please sign in to comment.