Skip to content

Commit

Permalink
Run Python tests only on changes in todo-python/
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmlft authored Oct 8, 2024
1 parent 283a8bd commit 7174461
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/python_tests.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
name: Tests
name: Python Tests

on:
push:
branches:
- main
paths:
- todo-python/**
pull_request:
paths:
- todo-python/**
paths-ignore:
- "**.md"

Expand Down

0 comments on commit 7174461

Please sign in to comment.