mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-06 15:30:13 +01:00
Do not run actions on localization branches
This often fails and causes a lot of email traffic...
This commit is contained in:
2
.github/workflows/docker_build.yml
vendored
2
.github/workflows/docker_build.yml
vendored
@@ -6,7 +6,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
- '!I10n_**'
|
||||
- '!l10n_**'
|
||||
tags:
|
||||
- 'v*.*.*'
|
||||
- 'v*.*.*-**'
|
||||
|
||||
4
.github/workflows/static_analysis.yml
vendored
4
.github/workflows/static_analysis.yml
vendored
@@ -4,11 +4,11 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- '*'
|
||||
- "!i10n_*" # Dont test localization branches
|
||||
- "!l10n_*" # Dont test localization branches
|
||||
pull_request:
|
||||
branches:
|
||||
- '*'
|
||||
- "!i10n_*"
|
||||
- "!l10n_*"
|
||||
|
||||
jobs:
|
||||
phpstan:
|
||||
|
||||
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@@ -4,11 +4,11 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- '*'
|
||||
- "!i10n_*" # Dont test localization branches
|
||||
- "!l10n_*" # Dont test localization branches
|
||||
pull_request:
|
||||
branches:
|
||||
- '*'
|
||||
- "!i10n_*"
|
||||
- "!l10n_*"
|
||||
|
||||
jobs:
|
||||
phpunit:
|
||||
|
||||
Reference in New Issue
Block a user