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 }}