mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 04:50:36 +03:00
Restrict run only if frontend changed
This commit is contained in:
parent
ef9b4d74f7
commit
fce2c414d5
2
.github/workflows/frontend.yml
vendored
2
.github/workflows/frontend.yml
vendored
|
@ -10,6 +10,8 @@ defaults:
|
|||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
paths:
|
||||
- rsconcept/frontend/**
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user