From 2d8fd903fe1528cb21d5770fdb1390adcf85f828 Mon Sep 17 00:00:00 2001 From: mtfishman Date: Sun, 19 Apr 2026 20:29:34 -0400 Subject: [PATCH] Apply integrationtest_drop_paths_filter patch --- .github/workflows/IntegrationTest.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/IntegrationTest.yml b/.github/workflows/IntegrationTest.yml index 6268f7c..9185405 100644 --- a/.github/workflows/IntegrationTest.yml +++ b/.github/workflows/IntegrationTest.yml @@ -4,8 +4,6 @@ on: branches: - "main" tags: "*" - paths: - - "Project.toml" pull_request_target: types: - "opened" @@ -13,8 +11,6 @@ on: - "reopened" - "ready_for_review" - "converted_to_draft" - paths: - - "Project.toml" jobs: integration-test: name: "IntegrationTest"