Explorar o código

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

Update codeql.yml and disable on push events
DerSkythe %!s(int64=2) %!d(string=hai) anos
pai
achega
e5eb975dd8
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  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: