Skip to content

Commit

Permalink
also run tests when merged in main
Browse files Browse the repository at this point in the history
  • Loading branch information
manolisliolios committed Apr 25, 2024
1 parent 1d3f54b commit f555cc0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/move_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
paths:
- '.github/workflows/**'
- 'packages/**'
push:
branches:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/sdk_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
paths:
- '.github/workflows/**'
- 'sdk/**'
push:
branches:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down

0 comments on commit f555cc0

Please sign in to comment.