Skip to content

Commit

Permalink
trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
wkozyra95 committed Nov 18, 2024
1 parent 505fc07 commit 1c7136e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ts_sdk_check.yml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down

0 comments on commit 1c7136e

Please sign in to comment.