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:
Gabriel Horner
2025-05-28 10:24:11 -04:00
parent 900efe1076
commit 3552c1870c
8 changed files with 56 additions and 3 deletions

View File

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