diff --git a/.github/workflows/sdk-parity-dispatch.yml b/.github/workflows/sdk-parity-dispatch.yml new file mode 100644 index 0000000..c698497 --- /dev/null +++ b/.github/workflows/sdk-parity-dispatch.yml @@ -0,0 +1,17 @@ +name: SDK Parity Dispatch + +on: + push: + paths: + - "src/**" + - "package.json" + pull_request: + paths: + - "src/**" + - "package.json" + workflow_dispatch: + +jobs: + parity-dispatch: + uses: tapsilat/tapsilat-sdk-parity/.github/workflows/reusable-sdk-parity-dispatch.yml@main + secrets: inherit