Skip to content

Commit

Permalink
Merge pull request #39 from k1LoW/run-integration-pr
Browse files Browse the repository at this point in the history
Run integration tests when `pull_request` is triggered.
  • Loading branch information
k2tzumi authored Dec 3, 2024
2 parents 5a7c940 + 9a13bb9 commit 681e35d
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 681e35d

Please sign in to comment.