Drop on push for pipeline workflows

This commit is contained in:
Christopher Hertel
2026-03-15 23:07:23 +01:00
parent 488c74a7e2
commit 992eee8f51
5 changed files with 0 additions and 31 deletions

View File

@@ -1,10 +1,6 @@
name: Code Quality
on:
push:
paths-ignore:
- 'src/*/doc/**'
- 'src/**/*.md'
pull_request:
paths-ignore:
- 'src/*/doc/**'

View File

@@ -1,10 +1,6 @@
name: Dependency Analysis
on:
push:
paths-ignore:
- 'src/*/doc/**'
- 'src/**/*.md'
pull_request:
paths-ignore:
- 'src/*/doc/**'

View File

@@ -1,11 +1,6 @@
name: RST Linter
on:
push:
paths:
- '**.rst'
- 'docs/**'
- '.github/workflows/doctor-rst.yaml'
pull_request:
paths:
- '**.rst'

View File

@@ -1,10 +1,6 @@
name: Tests
on:
push:
paths-ignore:
- 'src/*/doc/**'
- 'src/**/*.md'
pull_request:
paths-ignore:
- 'src/*/doc/**'

View File

@@ -1,20 +1,6 @@
name: Validate
on:
push:
paths:
- 'src/*/src/Bridge/**/*'
- 'src/*/composer.json'
- 'src/ai-bundle/config/options.php'
- 'splitsh.json'
- '.github/workflows/validation.yaml'
- '.github/scripts/validate-bridge-naming.sh'
- '.github/scripts/validate-bridge-splitsh.sh'
- '.github/scripts/validate-bridge-files.sh'
- '.github/scripts/validate-bridge-type.sh'
- '.github/scripts/validate-bridge-deptrac.sh'
- '.github/scripts/validate-dependency-versions.sh'
- 'deptrac.yaml'
pull_request:
paths:
- 'src/*/src/Bridge/**/*'