Restrict run only if frontend changed

This commit is contained in:
Ivan 2024-04-12 21:19:02 +03:00 committed by GitHub
parent ef9b4d74f7
commit fce2c414d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,6 +10,8 @@ defaults:
on:
push:
branches: [ "main" ]
paths:
- rsconcept/frontend/**
pull_request:
branches: [ "main" ]