Browse Source

.github/workflows: try to make the merge queue actually run CI

Signed-off-by: David Anderson <[email protected]>
David Anderson 3 years ago
parent
commit
0ab6a7e7f5
2 changed files with 3 additions and 0 deletions
  1. 1 0
      .github/workflows/codeql-analysis.yml
  2. 2 0
      .github/workflows/test.yml

+ 1 - 0
.github/workflows/codeql-analysis.yml

@@ -18,6 +18,7 @@ on:
     # The branches below must be a subset of the branches above
     branches: [ main ]
   merge_group:
+    branches: [ main ]
   schedule:
     - cron: '31 14 * * 5'
 

+ 2 - 0
.github/workflows/test.yml

@@ -25,6 +25,8 @@ on:
     branches:
       - "*"
   merge_group:
+    branches:
+      - "main"
 
 concurrency:
   # For PRs, later CI runs preempt previous ones. e.g. a force push on a PR