Skip to content

Commit

Permalink
Only run tests if certain paths have changed
Browse files Browse the repository at this point in the history
  • Loading branch information
hirasso committed Dec 4, 2023
1 parent 16cee8d commit 4f8d7e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ name: End-To-End Tests
on:
push:
branches: [ main ]
paths: ['src/**', '.github/**', 'docs/**']
pull_request:
branches: [ main ]
paths: ['src/**', '.github/**', 'docs/**']
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 4f8d7e8

Please sign in to comment.