minor #1774 Drop on push for pipeline workflows (chr-hertel)

This PR was merged into the main branch.

Discussion
----------

 Drop on push for pipeline workflows

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| Docs?         | no
| Issues        |
| License       | MIT

This should lower the pressure on fork repos and only focus on PRs, right? 🤔

Commits
-------

992eee8f Drop on push for pipeline workflows
This commit is contained in:
Christopher Hertel
2026-03-20 13:26:44 +01:00
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/**/*'