瀏覽代碼

fix: files config for new clj-e2e workflow

Edits to the workflow itself should cause it to rerun
Gabriel Horner 6 月之前
父節點
當前提交
401c2993f5
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .github/workflows/clj-e2e.yml

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

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