SWE574-Fall2023-Group1 / SWE574-Fall2023-G1

Project for SWE 574 - Group 1
MIT License
7 stars 1 forks source link

Restrict django-test-pipeline to specific directories only #228

Closed sadikkuzu closed 9 months ago

sadikkuzu commented 9 months ago

Use such paths configuration:

name: Django test pipeline
on:
  pull_request:
    paths:
      - 'backend/backend/**'
      - 'backend/user/**'
      - 'backend/manage.py'
      - 'backend/requirements.txt'