Browse Source

fix: If condition removed

Vaclav Elias 1 year ago
parent
commit
4f16a966b9
1 changed files with 0 additions and 12 deletions
  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
 
 on:
-  push:
-    branches:
-      - staging
-    paths-ignore:
-      - 'README.md'
-      - 'Stride.Docs.sln'
-      - 'BuildDocs.ps1'
-      - 'wiki/**'
-      - .gitignore
-      - '.github/**'
   workflow_dispatch:
 
 jobs:
   build:
-    # Run this job only if the repository is 'stride3d/stride-docs'
-    if: github.repository == 'stride3d/stride-docs'
     runs-on: windows-2022
 
     steps: