Procházet zdrojové kódy

Merge branch '6.1.x'

Marcus Da Coregio před 1 rokem
rodič
revize
5055ee98db

+ 0 - 3
.github/workflows/continuous-integration-workflow.yml

@@ -1,9 +1,6 @@
 name: CI
 
 on:
-  pull_request:
-    branches-ignore:
-      - "dependabot/**"
   push:
     branches-ignore:
       - "dependabot/**"

+ 0 - 3
.github/workflows/deploy-docs.yml

@@ -1,8 +1,5 @@
 name: Deploy Docs
 on:
-  pull_request:
-    branches-ignore:
-      - "dependabot/**"
   push:
     branches-ignore:
       - "gh-pages"