Parcourir la source

Update codeql.yml and disable on push events

Signed-off-by: DerSkythe <31771569+derskythe@users.noreply.github.com>
DerSkythe il y a 2 ans
Parent
commit
97dc2a88d4
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  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: