From 30171d80b7df164006c63c893f13a2ffd598a961 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Mon, 29 Apr 2024 09:49:33 -0700 Subject: [PATCH] Change CI to always runs for pull request, not just for specified changes --- .github/workflows/continuous-integration.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 6b5eafccce..1d52e5a239 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -10,10 +10,6 @@ on: pull_request: branches: [ "main", "feature/*" ] - paths: - - 'src/**' - - 'pom.xml' - - '.github/workflows/continuous-integration.yaml' workflow_dispatch: