mirror of
https://github.com/mariadb-corporation/mariadb-connector-j.git
synced 2025-07-23 19:16:07 +00:00
[misc] github action testing by default all maintained / develop branches
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -3,7 +3,7 @@ name: Run CI Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ['master', 'develop', 'feature/action']
|
||||
branches: ['master', 'develop', 'feature/**', 'maintenance/**']
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
|
Reference in New Issue
Block a user