Ver Fonte

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

Update codeql.yml and disable on push events
DerSkythe há 2 anos atrás
pai
commit
e5eb975dd8
1 ficheiros alterados com 4 adições e 4 exclusões
  1. 4 4
      .github/workflows/codeql.yml

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

@@ -12,11 +12,11 @@
 name: "CodeQL"
 name: "CodeQL"
 
 
 on:
 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
     # The branches below must be a subset of the branches above
-    branches: ["master"]
+#    branches: ["master"]
   schedule:
   schedule:
     - cron: "43 14 * * *"
     - cron: "43 14 * * *"
   workflow_dispatch:
   workflow_dispatch: