git: run CI on tests/** branches

This commit is contained in:
iTrooz
2024-05-11 21:42:15 +02:00
parent 2a726c7136
commit e2dd12416c
3 changed files with 3 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ on:
branches:
- 'master'
- 'releases/**'
- 'tests/**'
pull_request:
workflow_dispatch:

View File

@@ -5,6 +5,7 @@ on:
branches:
- 'master'
- 'releases/**'
- 'tests/**'
pull_request:
workflow_dispatch:

View File

@@ -5,6 +5,7 @@ on:
branches:
- 'master'
- 'releases/**'
- 'tests/**'
pull_request:
branches:
- 'master'