Browse Source

update workflow triggers

Yuki Takei 5 years ago
parent
commit
1f03be98d4
1 changed files with 4 additions and 3 deletions
  1. 4 3
      .github/workflows/codeql-analysis.yml

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

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