浏览代码

ci: update yml

rcmerci 5 月之前
父节点
当前提交
7d010b299c

+ 1 - 1
.github/workflows/build.yml

@@ -2,7 +2,7 @@ name: CI
 
 on:
   push:
-    branches: [master]
+    branches: [master, "feat/db"]
     paths-ignore:
       - '*.md'
   pull_request:

+ 1 - 1
.github/workflows/db.yml

@@ -3,7 +3,7 @@ name: logseq/db CI
 on:
   # Path filters ensure jobs only kick off if a change is made to db
   push:
-    branches: [master]
+    branches: [master, "feat/db"]
     paths:
       - 'deps/db/**'
       - '.github/workflows/db.yml'

+ 1 - 1
.github/workflows/graph-parser.yml

@@ -4,7 +4,7 @@ on:
   # Path filters ensure jobs only kick off if a change is made to graph-parser or
   # its local dependencies
   push:
-    branches: [master]
+    branches: [master, "feat/db"]
     paths:
       - 'deps/graph-parser/**'
       # db is a local dep that could break functionality in this lib and should trigger this

+ 1 - 1
.github/workflows/logseq-common.yml

@@ -3,7 +3,7 @@ name: logseq/common CI
 on:
   # Path filters ensure jobs only kick off if a change is made to common
   push:
-    branches: [master]
+    branches: [master, "feat/db"]
     paths:
       - 'deps/common/**'
       - '.github/workflows/logseq-common.yml'

+ 1 - 1
.github/workflows/outliner.yml

@@ -4,7 +4,7 @@ on:
   # Path filters ensure jobs only kick off if a change is made to outliner or
   # its local dependencies
   push:
-    branches: [master]
+    branches: [master, "feat/db"]
     paths:
       - 'deps/outliner/**'
       # db is a local dep that could break functionality in this lib and should trigger this

+ 1 - 1
.github/workflows/publishing.yml

@@ -4,7 +4,7 @@ on:
   # Path filters ensure jobs only kick off if a change is made to publishing or
   # its local dependencies
   push:
-    branches: [master]
+    branches: [master, "feat/db"]
     paths:
       - 'deps/publishing/**'
       # db is a local dep that could break functionality in this lib and should trigger this