Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
s7nfo authored Jul 1, 2024
1 parent 6d03042 commit bc6caf5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: CI

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
build:
Expand All @@ -21,4 +19,4 @@ jobs:
python-version: '3.11' # Specify the Python version you need

- name: Run tests
run: make test-python
run: make test-python

0 comments on commit bc6caf5

Please sign in to comment.