fix: Add e2e-tests paths for tests trigger (#23894)

This commit is contained in:
Antonis Stamatiou
2023-07-12 10:52:05 +03:00
committed by GitHub
parent 46a659e06d
commit 98da282f7c
2 changed files with 5 additions and 3 deletions

View File

@@ -2,8 +2,9 @@ name: Server CI PR
on:
pull_request:
paths:
- 'server/**'
- '.github/**'
- "server/**"
- "e2e-tests/**"
- ".github/**"
env:
go-version: "1.19.5"
concurrency:

View File

@@ -2,7 +2,8 @@ name: Web App CI PR
on:
pull_request:
paths:
- 'webapp/**'
- "webapp/**"
- "e2e-tests/**"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}