mirror of
https://github.com/logseq/logseq.git
synced 2026-04-27 15:45:00 +00:00
Revert "ci: update yml"
This reverts commit 4696c1f3fd.
Noticed tests aren't running on our own PRs e.g. #11887.
We'll especially need tests to run on PRs off master
This commit is contained in:
8
.github/workflows/clj-e2e.yml
vendored
8
.github/workflows/clj-e2e.yml
vendored
@@ -2,6 +2,14 @@ name: Clojure E2E
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
paths:
|
||||
- 'clj-e2e/**'
|
||||
- '.github/workflows/clj-e2e.yml'
|
||||
- src/**
|
||||
- deps/**
|
||||
- packages/**
|
||||
pull_request:
|
||||
branches: [master, "feat/db"]
|
||||
paths:
|
||||
- 'clj-e2e/**'
|
||||
|
||||
Reference in New Issue
Block a user