fix: files config for new clj-e2e workflow

Edits to the workflow itself should cause it to rerun
This commit is contained in:
Gabriel Horner
2025-04-23 13:26:39 -04:00
parent 2c6247a8d7
commit 401c2993f5

View File

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