diff --git a/.github/workflows/IntegrationTest.yml b/.github/workflows/IntegrationTest.yml index 34e4c6d1..f7e51861 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"