Skip to content

Commit

Permalink
Update standard test trigger rule
Browse files Browse the repository at this point in the history
  • Loading branch information
folmos-at-orange committed Jan 9, 2024
1 parent b6fab76 commit ddd3b4b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/run-standard-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,16 @@ name: Run Standard Tests
on:
workflow_dispatch:
pull_request:
paths: [src/**]
paths:
- '**CMakeLists.txt'
- src/**.h
- src/**.cpp
- src/**.java
- src/**.dd
- src/**.inc
- src/**.lex
- src/**.yac
- test/LearningTest/**
env:
KhiopsBatchMode: true
jobs:
Expand Down

0 comments on commit ddd3b4b

Please sign in to comment.