diff --git a/.github/workflows/test-sdks-remote.yml b/.github/workflows/test-sdks-remote.yml index 02393818..062ee51e 100644 --- a/.github/workflows/test-sdks-remote.yml +++ b/.github/workflows/test-sdks-remote.yml @@ -4,6 +4,8 @@ on: push: branches: - main + paths: + - 'ufc/**' workflow_dispatch: jobs: @@ -37,4 +39,4 @@ jobs: trigger_workflow: true wait_workflow: true - \ No newline at end of file + diff --git a/.github/workflows/test-sdks.yml b/.github/workflows/test-sdks.yml index 6a770fce..8cb42e45 100644 --- a/.github/workflows/test-sdks.yml +++ b/.github/workflows/test-sdks.yml @@ -2,7 +2,9 @@ name: Test SDKs Locally on: pull_request: - branches: [ "*" ] + paths: + - 'ufc/**' + workflow_dispatch: