Yuki Takei пре 5 година
родитељ
комит
1f03be98d4
1 измењених фајлова са 4 додато и 3 уклоњено
  1. 4 3
      .github/workflows/codeql-analysis.yml

+ 4 - 3
.github/workflows/codeql-analysis.yml

@@ -13,12 +13,13 @@ name: "CodeQL"
 
 on:
   push:
-    branches: [ master, dev/*, release/current ]
+    # branches: [ master, dev/*, release/current ]
+    branches: [ support/codeql-analysis ]
   pull_request:
     # The branches below must be a subset of the branches above
     branches: [ master ]
-  schedule:
-    - cron: '28 20 * * 6'
+  # schedule:
+  #   - cron: '28 20 * * 6'
 
 jobs:
   analyze: