chore: v2.6.0
[poolifier.git] / .github / workflows / codeql-analysis.yml
index 719e5743462e9e447bac5e9410443ccb7f2cc031..3e61d69eb879f74d018cc4bd063225dac204880e 100644 (file)
@@ -13,12 +13,10 @@ name: 'CodeQL'
 
 on:
   push:
-    branches:
-      - ${{ github.event.repository.default_branch }}
+    branches: [master]
   pull_request:
     # The branches below must be a subset of the branches above
-    branches:
-      - ${{ github.event.repository.default_branch }}
+    branches: [master]
   schedule:
     - cron: '44 9 * * 3'