From 262b70ed6f88fd7de300b1fdbd1979b54591010d Mon Sep 17 00:00:00 2001 From: David Collins Date: Fri, 20 Dec 2024 07:37:23 -0500 Subject: [PATCH] Add master as trigger for Integration-Checks --- .github/workflows/integration_checks.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/integration_checks.yaml b/.github/workflows/integration_checks.yaml index 0d725d8d0..a8e6e3f86 100644 --- a/.github/workflows/integration_checks.yaml +++ b/.github/workflows/integration_checks.yaml @@ -6,9 +6,11 @@ on: push: branches: - develop + - master pull_request: branches: - develop + - master jobs: check-package: