diff --git a/.github/workflows/ts_sdk_check.yml b/.github/workflows/ts_sdk_check.yml index f42397c9b..0d9bd76f8 100644 --- a/.github/workflows/ts_sdk_check.yml +++ b/.github/workflows/ts_sdk_check.yml @@ -1,14 +1,11 @@ name: TS SDK check on: + workflow_dispatch: {} push: - branches: [master] - paths: - - "ts/**" + branches: [master, "@wkozyra95/test"] pull_request: types: [opened, synchronize] - paths: - - "ts/**" concurrency: group: ${{ github.workflow }}-${{ github.ref }}