瀏覽代碼

Merge pull request #57 from DarkFlippers/ci/disable-codeql

Update codeql.yml and disable on push events
DerSkythe 2 年之前
父節點
當前提交
e5eb975dd8
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      .github/workflows/codeql.yml

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

@@ -12,11 +12,11 @@
 name: "CodeQL"
 
 on:
-  push:
-    branches: ["master", "feat/ci"]
-  pull_request:
+#  push:
+#    branches: ["master", "feat/ci"]
+#  pull_request:
     # The branches below must be a subset of the branches above
-    branches: ["master"]
+#    branches: ["master"]
   schedule:
     - cron: "43 14 * * *"
   workflow_dispatch: