Skip to content

Commit

Permalink
test.yml: Self-reference after name change
Browse files Browse the repository at this point in the history
  • Loading branch information
attipaci committed Oct 4, 2024
1 parent ad34198 commit cc34c5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ on:
- main
paths:
- 'src/**'
- '.github/workflows/python_tests.yml'
- '.github/workflows/test.yml'
- '.coveragerc'

pull_request:
paths:
- 'src/**'
- '.github/workflows/python_tests.yml'
- '.github/workflows/test.yml'
- '.coveragerc'

jobs:
Expand Down

0 comments on commit cc34c5e

Please sign in to comment.