Skip to content

Commit

Permalink
fix path in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
parmarsuraj99 committed Aug 19, 2023
1 parent 69a0f09 commit a62e1ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ name: Python package
on:
push:
paths:
- '../../signalslite/**'
- '../../tests/**'
- 'signalslite**'
- 'tests/**'
branches: [ "master" ]
pull_request:
paths:
- '../../signalslite/**'
- '../../tests/**'
- 'signalslite/**'
- 'tests/**'
branches: [ "master" ]

jobs:
Expand Down

0 comments on commit a62e1ad

Please sign in to comment.