浏览代码

chore: enable clj-e2e for "every" commit

i.e. commits that affect app behavior
Gabriel Horner 6 月之前
父节点
当前提交
23417ad2d8
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      .github/workflows/clj-e2e.yml

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

@@ -6,11 +6,17 @@ on:
     paths:
       - 'clj-e2e/**'
       - '.github/workflows/clj-e2e.yml'
+      - src/**
+      - deps/**
+      - packages/**
   pull_request:
     branches: ["feat/db"]
     paths:
       - 'clj-e2e/**'
       - '.github/workflows/clj-e2e.yml'
+      - src/**
+      - deps/**
+      - packages/**
 
 env:
   CLOJURE_VERSION: '1.11.1.1413'