Skip to content

Commit

Permalink
Fix CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Wessel Bruinsma committed Jul 24, 2024
1 parent 59f2a2f commit e79ebdf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ name: CI

on:
pull_request:

push:
branches:
- master
- main

jobs:
test:
Expand All @@ -29,4 +28,3 @@ jobs:
- name: Run tests
run: |
pytest -v --cov=aurora --cov-report term-missing

0 comments on commit e79ebdf

Please sign in to comment.