Skip to content

Commit

Permalink
Run integration tests when pull_request is triggered.
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Dec 3, 2024
1 parent 5a7c940 commit 9a13bb9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Integration

on:
push:
branches:
- main
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 9a13bb9

Please sign in to comment.