mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 14:14:55 +00:00
fix: files config for new clj-e2e workflow
Edits to the workflow itself should cause it to rerun
This commit is contained in:
2
.github/workflows/clj-e2e.yml
vendored
2
.github/workflows/clj-e2e.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user