chore: enable clj-e2e for "every" commit

i.e. commits that affect app behavior
This commit is contained in:
Gabriel Horner
2025-04-23 17:17:00 -04:00
parent f11775dd76
commit 23417ad2d8

View File

@@ -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'