mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-03 06:54:34 +02:00
Update tests.yml
This commit is contained in:
parent
a008ba5328
commit
b7692149a3
1 changed files with 4 additions and 2 deletions
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
|
@ -2,9 +2,11 @@ name: PHP Tests
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches:
|
||||
- "!i10n_*" # Dont test localization branches
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches:
|
||||
- "!i10n_*"
|
||||
|
||||
jobs:
|
||||
run:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue