Skip to content

Commit

Permalink
Rename and fix test_python.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Mar 23, 2024
1 parent 5f90621 commit ea9b39d
Showing 1 changed file with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: lint_python
on: [pull_request, push]
name: test_python
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
lint_python:
test_python:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ea9b39d

Please sign in to comment.