Explorar o código

fix: files config for new clj-e2e workflow

Edits to the workflow itself should cause it to rerun
Gabriel Horner hai 6 meses
pai
achega
401c2993f5
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      .github/workflows/clj-e2e.yml

+ 2 - 0
.github/workflows/clj-e2e.yml

@@ -5,10 +5,12 @@ on:
     branches: ["feat/db"]
     branches: ["feat/db"]
     paths:
     paths:
       - 'clj-e2e/**'
       - 'clj-e2e/**'
+      - '.github/workflows/clj-e2e.yml'
   pull_request:
   pull_request:
     branches: ["feat/db"]
     branches: ["feat/db"]
     paths:
     paths:
       - 'clj-e2e/**'
       - 'clj-e2e/**'
+      - '.github/workflows/clj-e2e.yml'
 
 
 env:
 env:
   CLOJURE_VERSION: '1.11.1.1413'
   CLOJURE_VERSION: '1.11.1.1413'