Only run GitHub CI code coverage when needed
[e-mobility-charging-stations-simulator.git] / .github / workflows / codeql-analysis.yml
index 652298c6a55a400fca631e99c0745900c3a6c4fc..22a423ee094cef978678b0a500b1e3821162ee99 100644 (file)
@@ -13,10 +13,10 @@ 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]
   schedule:
     - cron: '17 15 * * 1'