Browse Source

path filter on pr SPA

pull/1593/head
Borja García Rodríguez 4 years ago
parent
commit
b93c6d69bc
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      .github/workflows/webspa.yml

+ 5
- 0
.github/workflows/webspa.yml View File

@ -13,6 +13,11 @@ on:
pull_request:
branches:
- dev
paths:
- src/BuildingBlocks/*
- src/Web/WebSPA/*
- .github/workflows/webspa.yml
env:
SERVICE: webspa
IMAGE: webspa


Loading…
Cancel
Save