Skip to content

Commit

Permalink
test(cicd): Try to fix paths
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Dimitrov <[email protected]>
  • Loading branch information
dimitrovmaksim committed Aug 7, 2023
1 parent 3d510d2 commit 48317c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
push:
branches: [ develop ]
paths:
- tests/**
- .github/workflows/**
- 'tests/**'
- '.github/workflows/main.yaml'

jobs:
check:
Expand Down

0 comments on commit 48317c9

Please sign in to comment.