mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 23:25:05 +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:
6
.github/workflows/logseq-common.yml
vendored
6
.github/workflows/logseq-common.yml
vendored
@@ -3,6 +3,12 @@ name: logseq/common CI
|
||||
on:
|
||||
# Path filters ensure jobs only kick off if a change is made to common
|
||||
push:
|
||||
branches: [master]
|
||||
paths:
|
||||
- 'deps/common/**'
|
||||
- '.github/workflows/logseq-common.yml'
|
||||
- '!deps/common/**.md'
|
||||
pull_request:
|
||||
branches: [master, "feat/db"]
|
||||
paths:
|
||||
- 'deps/common/**'
|
||||
|
||||
Reference in New Issue
Block a user