From d185114cbae1ced9b646796081a758352f50da22 Mon Sep 17 00:00:00 2001 From: munishchouhan Date: Wed, 23 Oct 2024 13:08:34 +0200 Subject: [PATCH] reverted typespec.yml Signed-off-by: munishchouhan --- .github/workflows/typespec.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/typespec.yml b/.github/workflows/typespec.yml index 4371292ac..8d9adaa33 100644 --- a/.github/workflows/typespec.yml +++ b/.github/workflows/typespec.yml @@ -6,11 +6,11 @@ on: branches: - '**' paths : - - '../../src/main/resources/typespec/**' + - 'typespec/**' pull_request: types: [opened, reopened, synchronize] paths: - - '../../src/main/resources/typespec/**' + - 'typespec/**' permissions: contents: read