Skip to content

Commit

Permalink
workflow: test.yml: run only on PR to main
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Iwanicki <[email protected]>
  • Loading branch information
m-iwanicki committed Nov 20, 2024
1 parent d3a84f4 commit 2f99e38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
name: Run DTS tests
on:
pull_request:
# branches:
# - 'main'
branches:
- 'main'
jobs:
build-dts:
uses: ./.github/workflows/build.yml
Expand Down

0 comments on commit 2f99e38

Please sign in to comment.