fix linter, fix ci, fix tests
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -2,9 +2,9 @@ name: CI pipeline
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ 'dev-*', 'feature-*' ]
|
||||
branches: [ 'dev-*', 'feature-*', 'fix-*' ]
|
||||
pull_request:
|
||||
branches: [ 'dev-*', 'feature-*', 'main' ]
|
||||
branches: [ 'dev-*', 'feature-*', 'fix-*', 'main' ]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user