Skip to content

Commit

Permalink
TST: Add .github/** to paths in test_pytest.yaml
Browse files Browse the repository at this point in the history
This is important because the github actions were not being activated after
modifying the .yaml files
  • Loading branch information
Gui-FernandesBR committed Nov 9, 2023
1 parent 1c19506 commit cf6f977
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
types: [opened, synchronize, reopened, ready_for_review]
paths:
- "**.py"
- ".github/**"

jobs:
fail_if_pr_is_draft:
Expand Down

0 comments on commit cf6f977

Please sign in to comment.