Browse Source

fixup! e2e: run CI on PRs that modify the workflow file (#3740)

Antoine du Hamel 3 years ago
parent
commit
2a1b178798
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/e2e.yml

+ 1 - 1
.github/workflows/e2e.yml

@@ -6,7 +6,7 @@ on:
     types: [ opened, synchronize, reopened, labeled ]
   pull_request:
     types: [ opened, synchronize, reopened ]
-    path:
+    paths:
       - .github/workflows/e2e.yml
 
 concurrency: ${{ github.workflow }}--${{ github.ref }}