Преглед изворни кода

update triggers of codeql workflow

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

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

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