Просмотр исходного кода

update triggers of codeql workflow

Yuki Takei 5 лет назад
Родитель
Сommit
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: