build(simulator): cleanup TS configuration
[e-mobility-charging-stations-simulator.git] / .github / workflows / codeql-analysis.yml
index 652298c6a55a400fca631e99c0745900c3a6c4fc..c5450a3d188932f79cddc26c7acba0c6204f4a7b 100644 (file)
@@ -13,10 +13,12 @@ name: 'CodeQL'
 
 on:
   push:
-    branches: [master]
+    branches: [main]
   pull_request:
     # The branches below must be a subset of the branches above
-    branches: [master]
+    branches: [main]
+  # merge_group:
+  #   branches: [main]
   schedule:
     - cron: '17 15 * * 1'