diff --git a/.github/workflows/metasploit-framework-meterpreter_acceptance.yml b/.github/workflows/metasploit-framework-meterpreter_acceptance.yml
index 6444cd4d..bfa90f8b 100644
--- a/.github/workflows/metasploit-framework-meterpreter_acceptance.yml
+++ b/.github/workflows/metasploit-framework-meterpreter_acceptance.yml
@@ -36,15 +36,6 @@ on:
   pull_request:
     branches:
       - '*'
-    paths:
-      - 'metsploit-framework.gemspec'
-      - 'Gemfile.lock'
-      - 'docker/**'
-      - 'java/**'
-      - 'php/**'
-      - 'powershell/**'
-      - 'python/**'
-      - '.github/**'
 #   Example of running as a cron, to weed out flaky tests
 #  schedule:
 #    - cron: '*/15 * * * *'