Removed forward slashes

pull/3247/head
zomars 2022-07-06 11:33:36 -06:00
parent 7967c6e46b
commit 56da9c7c5f
2 changed files with 4 additions and 4 deletions

View File

@ -5,8 +5,8 @@ on:
- main
# Embed e2e - tests verify booking flow which is applicable to non-embed case also. So, don't ignore apps/web changes.
paths:
- /apps/web/**
- /packages/embeds/**
- apps/web/**
- packages/embeds/**
jobs:
e2e-embed:
timeout-minutes: 20

View File

@ -4,8 +4,8 @@ on:
branches:
- main
paths:
- /apps/web/**/*
- /packages/**/*
- apps/web/**
- packages/**
jobs:
e2e:
timeout-minutes: 20