Sfoglia il codice sorgente

test: run CI in merge queue

Jonas Gloning 2 anni fa
parent
commit
2d1a06505f
2 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 1 0
      .github/workflows/node.js.yml
  2. 1 0
      .github/workflows/prettier.yml

+ 1 - 0
.github/workflows/node.js.yml

@@ -8,6 +8,7 @@ on:
     branches: ["master"]
   pull_request:
     branches: ["master"]
+  merge_group:
 
 jobs:
   build:

+ 1 - 0
.github/workflows/prettier.yml

@@ -4,6 +4,7 @@ name: Check JavaScript for conformance with Prettier
 on:
   push:
   pull_request:
+  merge_group:
 
 jobs:
   prettier: