From 9a13bb96ab63484401ad932733a5257c2f73b3a3 Mon Sep 17 00:00:00 2001 From: k1LoW Date: Tue, 3 Dec 2024 16:00:00 +0900 Subject: [PATCH] Run integration tests when `pull_request` is triggered. --- .github/workflows/integration.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 7d4cf94..418bdc1 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -2,6 +2,9 @@ name: Integration on: push: + branches: + - main + pull_request: concurrency: group: ${{ github.workflow }}-${{ github.ref }}