Răsfoiți Sursa

fix: If condition removed

Vaclav Elias 1 an în urmă
părinte
comite
4f16a966b9
1 a modificat fișierele cu 0 adăugiri și 12 ștergeri
  1. 0 12
      .github/workflows/stride-docs-test-build.yml

+ 0 - 12
.github/workflows/stride-docs-test-build.yml

@@ -9,22 +9,10 @@ env:
   DOCS_PATH: stride-docs
   DOCS_PATH: stride-docs
 
 
 on:
 on:
-  push:
-    branches:
-      - staging
-    paths-ignore:
-      - 'README.md'
-      - 'Stride.Docs.sln'
-      - 'BuildDocs.ps1'
-      - 'wiki/**'
-      - .gitignore
-      - '.github/**'
   workflow_dispatch:
   workflow_dispatch:
 
 
 jobs:
 jobs:
   build:
   build:
-    # Run this job only if the repository is 'stride3d/stride-docs'
-    if: github.repository == 'stride3d/stride-docs'
     runs-on: windows-2022
     runs-on: windows-2022
 
 
     steps:
     steps: