Skip to content

Commit

Permalink
workflow update and another stubfix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
LemurPwned committed May 15, 2024
1 parent 32a50ac commit b235bea
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,12 @@ name: Test Python bindings
on:
push:
branches: [ "master" ]
paths-ignore:
- '**.yaml'
- '**.md'
- 'docs/**'
- 'examples/**'
- LICENSE
- mkdocs.yml
- setup.*
- docker/*

paths:
- core/
- python/
- cmtj/**/*.py
- 'requirements.txt'
- tests/*.py

pull_request:
branches: [ "master" ]
Expand Down

0 comments on commit b235bea

Please sign in to comment.