Sfoglia il codice sorgente

fix: I forgor this workflow

Sv443 3 settimane fa
parent
commit
9bb9beb7c2
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      .github/workflows/analyze-with-codeql.yml

+ 2 - 2
.github/workflows/analyze-with-codeql.yml

@@ -2,9 +2,9 @@ name: "Analyze Code with CodeQL"
 
 on:
   push:
-    branches: [develop]
-  pull_request:
     branches: [main]
+  pull_request:
+    branches: [main, develop]
 
 jobs:
   analyze: