Parcourir la source

fix(dev): catch CI failures before they land on feat/db

feat/db is our stable branch for the db version and should remain green.
There were CI failures on #11492 but we didn't know until it was merged.
Just run CI on PRs to prevent this in the future
Gabriel Horner il y a 1 an
Parent
commit
bcacc84f25

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

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

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

@@ -9,7 +9,7 @@ on:
       - '.github/workflows/db.yml'
       - '.github/workflows/db.yml'
       - '!deps/db/**.md'
       - '!deps/db/**.md'
   pull_request:
   pull_request:
-    branches: [master]
+    branches: [master, "feat/db"]
     paths:
     paths:
       - 'deps/db/**'
       - 'deps/db/**'
       - '.github/workflows/db.yml'
       - '.github/workflows/db.yml'

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

@@ -12,7 +12,7 @@ on:
       - '.github/workflows/graph-parser.yml'
       - '.github/workflows/graph-parser.yml'
       - '!deps/graph-parser/**.md'
       - '!deps/graph-parser/**.md'
   pull_request:
   pull_request:
-    branches: [master]
+    branches: [master, "feat/db"]
     paths:
     paths:
       - 'deps/graph-parser/**'
       - 'deps/graph-parser/**'
       - 'deps/db/**'
       - 'deps/db/**'

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

@@ -9,7 +9,7 @@ on:
       - '.github/workflows/logseq-common.yml'
       - '.github/workflows/logseq-common.yml'
       - '!deps/common/**.md'
       - '!deps/common/**.md'
   pull_request:
   pull_request:
-    branches: [master]
+    branches: [master, "feat/db"]
     paths:
     paths:
       - 'deps/common/**'
       - 'deps/common/**'
       - '.github/workflows/logseq-common.yml'
       - '.github/workflows/logseq-common.yml'

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

@@ -12,7 +12,7 @@ on:
       - '.github/workflows/outliner.yml'
       - '.github/workflows/outliner.yml'
       - '!deps/outliner/**.md'
       - '!deps/outliner/**.md'
   pull_request:
   pull_request:
-    branches: [master]
+    branches: [master, "feat/db"]
     paths:
     paths:
       - 'deps/outliner/**'
       - 'deps/outliner/**'
       - 'deps/db/**'
       - 'deps/db/**'

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

@@ -12,7 +12,7 @@ on:
       - '.github/workflows/publishing.yml'
       - '.github/workflows/publishing.yml'
       - '!deps/publishing/**.md'
       - '!deps/publishing/**.md'
   pull_request:
   pull_request:
-    branches: [master]
+    branches: [master, "feat/db"]
     paths:
     paths:
       - 'deps/publishing/**'
       - 'deps/publishing/**'
       - 'deps/db/**'
       - 'deps/db/**'