Skip to content

Commit

Permalink
Fix test CI trigger on change to test.yml (not cov.yml)
Browse files Browse the repository at this point in the history
  • Loading branch information
nunofachada committed Aug 25, 2023
1 parent fe5f8e2 commit c9b89e5
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 @@ -3,11 +3,11 @@ name: Tests
on:
push:
branches: [ main ]
paths: [ 'lib/**', 'tests/**', '.github/workflows/cov.yml' ]
paths: [ 'lib/**', 'tests/**', '.github/workflows/test.yml' ]
tags: '*'
pull_request:
branches: [ main ]
paths: [ 'lib/**', 'tests/**', '.github/workflows/cov.yml' ]
paths: [ 'lib/**', 'tests/**', '.github/workflows/test.yml' ]

jobs:
build-test:
Expand Down

0 comments on commit c9b89e5

Please sign in to comment.