mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
chore: enable clj-e2e for "every" commit
i.e. commits that affect app behavior
This commit is contained in:
6
.github/workflows/clj-e2e.yml
vendored
6
.github/workflows/clj-e2e.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user